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