summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-18 00:09:39 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-18 00:09:39 +0200
commitd9d0525f2422c9a2e9dba9a80e7feacbb0503c2d (patch)
treeb8393117fed9c68116319f93d167624a73bb9a52 /template/en/default/global
parentb57e5e38913097bed1e9d5e86c42a221cbed6611 (diff)
downloadbugzilla-d9d0525f2422c9a2e9dba9a80e7feacbb0503c2d.tar.gz
bugzilla-d9d0525f2422c9a2e9dba9a80e7feacbb0503c2d.tar.xz
Bug 1155512: Localization template links not lining up with other header links
r/a=dkl
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/header.html.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index d59ecef8b..65b96ec84 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -273,10 +273,7 @@
[% END %]
</div>
- <nav id="common_links">
- [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
- </nav>
-
+ [% USE Bugzilla %]
[% IF Bugzilla.languages.size > 1 %]
<div id="lang_links_container" class="bz_default_hidden">
<ul class="links">
@@ -294,6 +291,10 @@
</ul>
</div>
[% END %]
+
+ <nav id="common_links">
+ [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
+ </nav>
</header>
<main role="main" id="bugzilla-body">