diff options
author | karl%kornel.name <> | 2006-07-14 15:04:21 +0200 |
---|---|---|
committer | karl%kornel.name <> | 2006-07-14 15:04:21 +0200 |
commit | 05d2151a4e0c6fb54925b5f4e786101aa22927e2 (patch) | |
tree | 7bc09cb53b7f95f7423a3a071bf6c3b9281b9f60 /template/en/default/global | |
parent | 7f9a841d4ceeb5b6bb1648c702c2c753b1d75a51 (diff) | |
download | bugzilla-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')
-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 %] |