blob: 20b66a877d6a5508df7c2b0df0556d434087bd7f [file] [log] [blame]
Robert Lya4d2d0e2013-04-09 11:26:12 -07001<?cs if:!sac ?>
2<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
3
4<?cs if:reference ?>
5 <div id="copyright">
6 <?cs call:custom_copyright() ?>
7 </div>
8 <div id="build_info">
9 <?cs call:custom_buildinfo() ?>
10 </div>
11<?cs elif:!hide_license_footer ?>
12 <div id="copyright">
13 <?cs call:custom_cc_copyright() ?>
14 </div>
15<?cs /if ?>
16<?cs if:!no_footer_links ?>
17 <div id="footerlinks">
18 <?cs call:custom_footerlinks() ?>
19 </div>
20<?cs /if ?>
21</div> <!-- end footer -->
22<?cs /if ?>