summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/footer.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/footer.html.tmpl')
-rw-r--r--template/en/default/global/footer.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index 0379f02..661f8af 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -33,7 +33,7 @@
#%]
<div id="footer">
- <div class="intro"></div>
+ <div class="intro">[% Hook.process('intro') %]</div>
[%# Migration note: the old param 'blurbhtml' goes here %]
@@ -41,9 +41,11 @@
[% PROCESS "global/useful-links.html.tmpl" %]
- <div class="outro"></div>
+ <div class="outro">[% Hook.process('outro') %]</div>
</div>
+[% Hook.process("end") %]
+
</body>
</html>