From 05d2151a4e0c6fb54925b5f4e786101aa22927e2 Mon Sep 17 00:00:00 2001 From: "karl%kornel.name" <> Date: Fri, 14 Jul 2006 13:04:21 +0000 Subject: Bug 344074: Parameter to show announcements at the top of all pages Patch by A. Karl Kornel r=myk a=myk --- template/en/default/global/header.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 9edb5ec08..878f4db5f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -150,6 +150,10 @@ [% PROCESS "global/common-links.html.tmpl" %] +[% IF Param('announcehtml') %] +[% Param('announcehtml') FILTER none %] +[% END %] + [% IF message %]
[% message %]
[% END %] -- cgit v1.2.3-24-g4f1b