blob: b609d3b8cfdd910ba8bc4a656d1712818ab3e7d6 [file] [log] [blame]
Dirk Dougherty29e93432015-05-05 18:17:13 -07001<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
2
3<?cs if:reference ?>
4 <div id="copyright">
5 <?cs call:custom_copyright() ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08006 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -07007 <div id="build_info">
8 <?cs call:custom_buildinfo() ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08009 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -070010<?cs elif:!hide_license_footer ?>
11 <div id="copyright">
12 <?cs call:custom_cc_copyright() ?>
13 </div>
14<?cs /if ?>
15<?cs if:!no_footer_links ?>
16 <div id="footerlinks">
17 <?cs call:custom_footerlinks() ?>
18 </div>
19<?cs /if ?>
20</div> <!-- end footer -->