Home | History | Annotate | Download | only in templates-ds
      1 <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() ?>
      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 <?cs if:!no_footer_links ?>
     16   <div id="footerlinks">
     17     <?cs call:custom_footerlinks() ?>
     18   </div>
     19 <?cs /if ?>
     20 </div> <!-- end footer -->