summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--page.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index 46f78ab..de40956 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -226,6 +226,12 @@ License: <TMPL_VAR LICENSE>
</div>
</TMPL_IF>
+<TMPL_IF FOOTER>
+<div class="footer">
+<TMPL_VAR FOOTER>
+</div>
+</TMPL_IF>
+
<div class="pagedate">
Last edited <TMPL_VAR MTIME>
<!-- Created <TMPL_VAR CTIME> -->