From: David Lawrence Date: Mon, 23 May 2011 21:33:52 +0000 (-0400) Subject: Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating... X-Git-Tag: bugzilla-4.0.2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429749ba8f73f94e0157ff5c4eda8804d71abe35;p=thirdparty%2Fbugzilla.git Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating header information for show_bug.cgi r/a=mkanat --- diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index a17c3201a7..e47af949bc 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -47,3 +47,5 @@ [% FOREACH group = bug.groups_in %] [% bodyclasses.push("bz_group_$group.name") %] [% END %] + +[% Hook.process('end') %]