• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 <div id="footer">
2 
3 <?cs if:reference||guide ?>
4   <div id="copyright">
5     <?cs call:custom_copyright() ?>
6   </div>
7   <div id="build_info">
8     <?cs call:custom_buildinfo() ?>
9   </div>
10 <?cs elif:!hide_license_footer ?>
11   <div id="copyright">
12     <?cs call:custom_cc_copyright() ?>
13   </div>
14 <?cs /if ?>
15   <div id="footerlinks">
16     <?cs call:custom_footerlinks() ?>
17   </div>
18 
19 </div> <!-- end footer -->
20