summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/banner.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/banner.html.tmpl')
-rw-r--r--template/en/default/global/banner.html.tmpl11
1 files changed, 5 insertions, 6 deletions
diff --git a/template/en/default/global/banner.html.tmpl b/template/en/default/global/banner.html.tmpl
index 42ccce1aa..4aaa8bd91 100644
--- a/template/en/default/global/banner.html.tmpl
+++ b/template/en/default/global/banner.html.tmpl
@@ -25,14 +25,13 @@
[% PROCESS global/variables.none.tmpl %]
- <div id="banner">
+ <div id="banner">
<div class="intro"></div>
<p id="banner-name">
<span>This is [% terms.Bugzilla %]</span>
</p>
- <p id="banner-version">
- <a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>
- <span>Version [% VERSION %]</span>
- </p>
<div class="outro"></div>
- </div>
+
+ [% PROCESS "global/common-links.html.tmpl" no_find = 0 %]
+
+ </div>