diff options
author | Tiago Mello <timello@gmail.com> | 2010-09-08 04:30:50 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2010-09-08 04:30:50 +0200 |
commit | 755783f4d0737cd936bbf635e40760241e61d4d4 (patch) | |
tree | 2cd63f953f8d121717eca530f8f23bd14be44c49 /template/en/default/global | |
parent | a2a95e44cc2f9754b75614a884d2312da46b9296 (diff) | |
download | bugzilla-755783f4d0737cd936bbf635e40760241e61d4d4.tar.gz bugzilla-755783f4d0737cd936bbf635e40760241e61d4d4.tar.xz |
Bug 594038 - Add new hook 'end' in footer.html.tmpl
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/footer.html.tmpl | 2 |
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> |