From 003d71db7ff0edb38b8fd964824cb8323dc68d54 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 7 May 2002 02:30:12 +0000 Subject: Bug 140993 - Pass javascript correctly into header; templatise the rest of the header-related parameters. Patch by gerv; r=bbaetz, caillon. --- template/en/default/global/header.html.tmpl | 41 ++++++++++++++++++++++------- 1 file changed, 31 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 f77649ae3..3c79e22d1 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -16,7 +16,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # - # Contributor(s): + # Contributor(s): Gervase Markham #%] [%# INTERFACE: @@ -31,22 +31,23 @@ #%] [% DEFAULT - title = "" h1 = title h2 = "" - extra = "" - jscript = "" - style = "" - message = "" %] [% title FILTER html %] - [% Param('headerhtml') %] +[%# Migration note: contents of the old Param 'headerhtml' would go here %] + + [% header_html %] - [% jscript %] + [% IF javascript %] + + [% END %] [% IF style %]