source: trunk/themes/default/template/footer.tpl @ 8162

Last change on this file since 8162 was 7975, checked in by rvelices, 14 years ago

new template features: combine_script, footer_script and get_combined_scripts
migrated public templates only; need more code doc

  • Property svn:eol-style set to LF
File size: 980 bytes
RevLine 
[859]1<div id="copyright">
[1751]2 <a name="EoP"></a> <!-- End of Page -->
[2227]3 {if isset($debug.TIME) }
[5244]4 {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
[2227]5 {/if}
[859]6
[2227]7 {* Please, do not remove this copyright. If you really want to,
[2342]8      contact us on http://piwigo.org to find a solution on how
[2227]9      to show the origin of the script...
10  *}
[859]11
[5021]12  {'Powered by'|@translate}
[3197]13  <a href="{$PHPWG_URL}" class="Piwigo">
[2381]14  <span class="Piwigo">Piwigo</span></a>
[2227]15  {$VERSION}
16  {if isset($CONTACT_MAIL)}
[5021]17  - {'Contact'|@translate}
[5178]18  <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
[2227]19  {/if}
[859]20
[7975]21{get_combined_scripts load='footer'}
[2550]22
[2233]23{if isset($footer_elements)}
[2227]24{foreach from=$footer_elements item=v}
25{$v}
26{/foreach}
27{/if}
[859]28</div> <!-- the_page -->
[2550]29{if isset($debug.QUERIES_LIST)}
30<div id="debug">
31{$debug.QUERIES_LIST}
32</div>
33{/if}
34</div> <!-- copyright -->
[859]35</body>
[2231]36</html>
Note: See TracBrowser for help on using the repository browser.