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.tmpl27
1 files changed, 9 insertions, 18 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index e161a061c..7cc5e1b44 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -11,26 +11,17 @@
# global/useful-links.html.tmpl.
#%]
- [% Hook.process('main-end') %]
-</div>
+ [% Hook.process('main-end') %]
+ </div>
-[%# Migration note: below this point, this file corresponds to the old Param
- # 'footerhtml'
- #%]
-
-<div id="footer">
- <div class="intro">[% Hook.process('intro') %]</div>
-
-[%# Migration note: the old param 'blurbhtml' goes here %]
-
-[%# Migration note: useful-links.html.tmpl corresponds to %commandmenu% %]
-
- [% PROCESS "global/useful-links.html.tmpl" %]
+ <div id="footer">
+ <div class="intro">[% Hook.process('intro') %]</div>
- <div class="outro">[% Hook.process('outro') %]</div>
-</div>
+ [% PROCESS "global/useful-links.html.tmpl" %]
-[% Hook.process("end") %]
+ <div class="outro">[% Hook.process('outro') %]</div>
+ </div>
-</body>
+ [% Hook.process("end") %]
+ </body>
</html>