]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 594038 - Add new hook 'end' in footer.html.tmpl
authorTiago Mello <timello@gmail.com>
Wed, 8 Sep 2010 02:34:32 +0000 (23:34 -0300)
committerTiago Mello <timello@gmail.com>
Wed, 8 Sep 2010 02:34:32 +0000 (23:34 -0300)
r/a=mkanat

template/en/default/global/footer.html.tmpl

index 0379f02983509f4176921fff1ba5776ebbf53f34..e68ee57c8fbaeb10b925832ae35ed410d04536ca 100644 (file)
@@ -44,6 +44,8 @@
   <div class="outro"></div>
 </div>
 
+[% Hook.process("end") %]
+
 </body>
 </html>