From bd41885ba1270f92c6f15c0332febb5fed0cf54c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 23 May 2011 17:31:04 -0400 Subject: Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating header information for show_bug.cg r/a=mkanat --- template/en/default/bug/show-header.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index f424a80f3..54570911d 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') %] -- cgit v1.2.3-24-g4f1b