]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 659124 - New template hook in bug/show-header.html.tmpl to allow manipulating...
authorDavid Lawrence <dlawrence@mozilla.com>
Mon, 23 May 2011 21:33:52 +0000 (17:33 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Mon, 23 May 2011 21:33:52 +0000 (17:33 -0400)
r/a=mkanat

template/en/default/bug/show-header.html.tmpl

index a17c3201a7eaabc4c51811be890b51dbd49f702f..e47af949bc50d8a1b06d8e1bd66ad5ee56880cb2 100644 (file)
@@ -47,3 +47,5 @@
 [% FOREACH group = bug.groups_in %]
   [% bodyclasses.push("bz_group_$group.name") %]
 [% END %]
+
+[% Hook.process('end') %]