summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/banner.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-06-13 02:35:34 +0200
committerlpsolit%gmail.com <>2006-06-13 02:35:34 +0200
commit2f96220dd6be3293962174d799d5356f872b0254 (patch)
treeea200af5f06219caf7effcb03e7a29666a774562 /template/en/default/global/banner.html.tmpl
parent3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4 (diff)
downloadbugzilla-2f96220dd6be3293962174d799d5356f872b0254.tar.gz
bugzilla-2f96220dd6be3293962174d799d5356f872b0254.tar.xz
Bug 340426: Add a navbar at the top of each pages + have a better title - Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
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>