Robert Ly | a4d2d0e | 2013-04-09 11:26:12 -0700 | [diff] [blame^] | 1 | <?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 ?> |