summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
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">