From: mkanat%bugzilla.org <> Date: Wed, 4 Jun 2008 03:54:13 +0000 (+0000) Subject: Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml X-Git-Tag: bugzilla-3.3.1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003be1edfb45d02fe3ef7512875850a94199af19;p=thirdparty%2Fbugzilla.git Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml Patch By Elliotte Martin r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 714eee5170..16f281ea55 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -109,6 +109,9 @@ [% END %] [% END %] + + [% Hook.process("bug_end") %] + [% END %] [% END %]