summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2010-09-08 04:30:50 +0200
committerTiago Mello <timello@gmail.com>2010-09-08 04:30:50 +0200
commit755783f4d0737cd936bbf635e40760241e61d4d4 (patch)
tree2cd63f953f8d121717eca530f8f23bd14be44c49 /template
parenta2a95e44cc2f9754b75614a884d2312da46b9296 (diff)
downloadbugzilla-755783f4d0737cd936bbf635e40760241e61d4d4.tar.gz
bugzilla-755783f4d0737cd936bbf635e40760241e61d4d4.tar.xz
Bug 594038 - Add new hook 'end' in footer.html.tmpl
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/footer.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index 0379f0298..e68ee57c8 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -44,6 +44,8 @@
<div class="outro"></div>
</div>
+[% Hook.process("end") %]
+
</body>
</html>