summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-05-23 23:31:04 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-05-23 23:31:04 +0200
commitbd41885ba1270f92c6f15c0332febb5fed0cf54c (patch)
tree33911e223efc006a32e8b7befa33f26cc474c3dc /template/en/default
parent222f05b5ca5c66132aa244ced9c2470b44918762 (diff)
downloadbugzilla-bd41885ba1270f92c6f15c0332febb5fed0cf54c.tar.gz
bugzilla-bd41885ba1270f92c6f15c0332febb5fed0cf54c.tar.xz
Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating header information for show_bug.cg
r/a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/show-header.html.tmpl2
1 files changed, 2 insertions, 0 deletions
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') %]