diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 %] <div id="message">[% message %]</div> [% END %] |