From c30cf5bb3eb1149ea43ae6018fae22164d6cd010 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 03:49:02 +0000 Subject: Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus. --- template/en/default/global/header.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (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 a6fe70190..d4cd092f9 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -33,6 +33,10 @@ # message: string. A message to display to the user. May contain HTML. #%] +[% IF message %] + [% PROCESS global/messages.html.tmpl %] +[% END %] + [% DEFAULT h1 = title h2 = "" -- cgit v1.2.3-24-g4f1b