]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 623608 - Add intro/outro extension hooks to footer.html.tmpl
authorDavid Lawrence <dlawrence@mozilla.com>
Fri, 21 Jan 2011 05:08:16 +0000 (00:08 -0500)
committerDavid Lawrence <dlawrence@mozilla.com>
Fri, 21 Jan 2011 05:08:16 +0000 (00:08 -0500)
r/a=mkanat

template/en/default/global/footer.html.tmpl

index e68ee57c8fbaeb10b925832ae35ed410d04536ca..661f8afe6b301f69786dd57a2465bb95fed1ea4a 100644 (file)
@@ -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") %]