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

Last change on this file since 5330 was 5244, checked in by plg, 15 years ago

bug fixed: 'page generated in' had been automatically replaced

  • Property svn:eol-style set to LF
File size: 943 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
[2550]21
[2233]22{if isset($footer_elements)}
[2227]23{foreach from=$footer_elements item=v}
24{$v}
25{/foreach}
26{/if}
[859]27</div> <!-- the_page -->
[2550]28{if isset($debug.QUERIES_LIST)}
29<div id="debug">
30{$debug.QUERIES_LIST}
31</div>
32{/if}
33</div> <!-- copyright -->
[859]34</body>
[2231]35</html>
Note: See TracBrowser for help on using the repository browser.