Commit 7f5eb650 authored by David Lawrence's avatar David Lawrence

Bug 623608 - Add intro/outro extension hooks to footer.html.tmpl

r/a=mkanat
parent bb5a73e5
......@@ -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,7 +41,7 @@
[% PROCESS "global/useful-links.html.tmpl" %]
<div class="outro"></div>
<div class="outro">[% Hook.process('outro') %]</div>
</div>
[% Hook.process("end") %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment