aboutsummaryrefslogtreecommitdiffstats
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 bf952ad96..e461e3746 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -232,10 +232,7 @@
[% END %]
</div>
- <div id="common_links">
- [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
- </div>
-
+ [% USE Bugzilla %]
[% IF Bugzilla.languages.size > 1 %]
<div id="lang_links_container" class="bz_default_hidden">
<ul class="links">
@@ -253,6 +250,10 @@
</ul>
</div>
[% END %]
+
+ <div id="common_links">
+ [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
+ </div>
</div>
<div id="bugzilla-body">