diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-18 00:12:02 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-18 00:12:02 +0200 |
commit | df1fc57172147d2ca40545ad16ad8e49a12479c4 (patch) | |
tree | d21d84e96d0aed5413fad198e42a5e68e0baf95b /template/en | |
parent | 6a9461afccc41be4c39b7e99e1da0f4f7508b8e6 (diff) | |
download | bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.gz bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.bz2 bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.tar.xz bugs-df1fc57172147d2ca40545ad16ad8e49a12479c4.zip |
Bug 1155512: Localization template links not lining up with other header links
r/a=dkl
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 9 |
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"> |