From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/global/header.html.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 825f3c333..4d9de8684 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -40,7 +40,7 @@ [% DEFAULT h2 = "" - h3 = "" + h3 = "" bgcolor = "#ffffff" onload = "" %] @@ -58,33 +58,33 @@ [% title FILTER html %] - + [%# Migration note: contents of the old Param 'headerhtml' would go here %] [% PROCESS "global/site-navigation.html.tmpl" %] - + [% IF javascript %] [% END %] - - [%+ INCLUDE "global/help-header.html.tmpl" %] + + [%+ INCLUDE "global/help-header.html.tmpl" %] [% IF style %] [% END %] - + [% IF style_urls %] [% FOREACH style_url = style_urls %] [% END %] [% END %] - + - + [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, # but set the bgcolor and onload attributes in the DEFAULT directive above. #%] @@ -94,9 +94,9 @@ [%# Migration note: the following file corresponds to the old Param # 'bannerhtml' #%] - + [% INCLUDE global/banner.html.tmpl %] - + [% IF h1 || h2 %] -- cgit v1.2.3-24-g4f1b