]> 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:31:04 +0000 (17:31 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Mon, 23 May 2011 21:31:04 +0000 (17:31 -0400)
r/a=mkanat

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

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