diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-05-23 23:31:04 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-05-23 23:31:04 +0200 |
commit | bd41885ba1270f92c6f15c0332febb5fed0cf54c (patch) | |
tree | 33911e223efc006a32e8b7befa33f26cc474c3dc /template/en/default/bug | |
parent | 222f05b5ca5c66132aa244ced9c2470b44918762 (diff) | |
download | bugzilla-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/bug')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 2 |
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') %] |