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 --- Bugzilla/Config/Core.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 3e1c66623..d359d86aa 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -105,6 +105,12 @@ sub get_param_list { default => '' }, + { + name => 'announcehtml', + type => 'l', + default => '' + }, + { name => 'upgrade_notification', type => 's', -- cgit v1.2.3-24-g4f1b