summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-03 16:04:02 +0200
committergerv%gerv.net <>2002-10-03 16:04:02 +0200
commitca842229d2d58c85517a8fc8e5a2bc9414752dae (patch)
treeec8cc68d9533b6ca5744a2852c31a57ccae16819 /template/en/default/global/header.html.tmpl
parent7b1731d5ceeb67012942d872ab8d9ebb048b04c1 (diff)
downloadbugzilla-ca842229d2d58c85517a8fc8e5a2bc9414752dae.tar.gz
bugzilla-ca842229d2d58c85517a8fc8e5a2bc9414752dae.tar.xz
Bug 155389 - More <link> elements & templatization of navigation_links. Patch by gerv; r=bbaetz.
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 889d63d0b..ed133140d 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -28,7 +28,6 @@
# h3: string. Right-aligned subheader.
# bgcolor: string. the page's background color ("#rrggbb").
# onload: string. JavaScript code to run when the page finishes loading.
- # header_html: string. Any other HTML to go inside the <head> tags.
# javascript: string. Javascript to go in the header.
# style: string. CSS style.
# style_urls: list. List of URLs to CSS style sheets.
@@ -62,7 +61,7 @@
[%# Migration note: contents of the old Param 'headerhtml' would go here %]
- [% header_html %]
+ [% PROCESS "global/site-navigation.html.tmpl" %]
[% IF javascript %]
<script type="text/javascript" language="JavaScript">