footer.html.tmpl 997 Bytes
Newer Older
1 2 3
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8
  #%]

9 10 11 12
[%# INTERFACE:
  # This template has no interface. However, you must fulfill the interface to
  # global/useful-links.html.tmpl.
  #%]
13 14

[% INCLUDE "global/help.html.tmpl" %]
15

16 17
</div>

18
[%# Migration note: below this point, this file corresponds to the old Param
19
  # 'footerhtml'
20
  #%]
21

22
<div id="footer">
23
  <div class="intro">[% Hook.process('intro') %]</div>
24

25
[%# Migration note: the old param 'blurbhtml' goes here %]
26

gerv%gerv.net's avatar
gerv%gerv.net committed
27
[%# Migration note: useful-links.html.tmpl corresponds to %commandmenu% %]
28 29 30

           [% PROCESS "global/useful-links.html.tmpl" %]

31
  <div class="outro">[% Hook.process('outro') %]</div>
32 33
</div>

34 35
[% Hook.process("end") %]

36 37
</body>
</html>