summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorkarl%kornel.name <>2006-07-14 15:04:21 +0200
committerkarl%kornel.name <>2006-07-14 15:04:21 +0200
commit05d2151a4e0c6fb54925b5f4e786101aa22927e2 (patch)
tree7bc09cb53b7f95f7423a3a071bf6c3b9281b9f60 /template/en/default/global/header.html.tmpl
parent7f9a841d4ceeb5b6bb1648c702c2c753b1d75a51 (diff)
downloadbugzilla-05d2151a4e0c6fb54925b5f4e786101aa22927e2.tar.gz
bugzilla-05d2151a4e0c6fb54925b5f4e786101aa22927e2.tar.xz
Bug 344074: Parameter to show announcements at the top of all pages
Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl4
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 %]