From 429749ba8f73f94e0157ff5c4eda8804d71abe35 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 23 May 2011 17:33:52 -0400 Subject: [PATCH] Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating header information for show_bug.cgi r/a=mkanat --- template/en/default/bug/show-header.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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') %] -- 2.47.2