summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-06-04 14:56:03 +0200
committermatty%chariot.net.au <>2002-06-04 14:56:03 +0200
commit94e374422292ac533d7844605305f473ebc0155c (patch)
tree05334410287f80df8617bfa343da82f66dfb4261 /template/en/default/global/header.html.tmpl
parentb4c02643fcf1586496bafcdda50e8219dc3fa0df (diff)
downloadbugzilla-94e374422292ac533d7844605305f473ebc0155c.tar.gz
bugzilla-94e374422292ac533d7844605305f473ebc0155c.tar.xz
Bug #142890: Make the banner a separate template.
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl23
1 files changed, 5 insertions, 18 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index a1e7266cf..1a8ce33a8 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -65,24 +65,11 @@
<body [% "bgcolor=\"#FFFFFF\"" UNLESS body_attributes.search('(?:^|\s)bgcolor=') %] [%+ body_attributes %]>
-[%# Migration note: this section corresponds to the old Param 'bannerhtml' %]
-
- <table bgcolor="#000000" width="100%" border="0" cellpadding="0"
- cellspacing="0">
- <tr>
- <td>
- <a href="http://www.mozilla.org/"><img
- src="http://www.mozilla.org/images/mozilla-banner.gif" alt=""
- border="0" width="600" height="58"></a>
- </td>
- </tr>
- </table>
-
- <center>
- <small>Bugzilla version [% Param("version") %]</small>
- </center>
-
-[%# End section %]
+[%# Migration note: the following file corresponds to the old Param
+ # 'bannerhtml'
+ #%]
+
+[% INCLUDE global/banner.html.tmpl %]
[% IF h1 || h2 %]
<table border="0" cellspacing="0">