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

Last change on this file since 7975 was 7975, checked in by rvelices, 13 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
Line 
1<div id="copyright">
2 <a name="EoP"></a> <!-- End of Page -->
3 {if isset($debug.TIME) }
4 {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
5 {/if}
6
7 {* Please, do not remove this copyright. If you really want to,
8      contact us on http://piwigo.org to find a solution on how
9      to show the origin of the script...
10  *}
11
12  {'Powered by'|@translate}
13  <a href="{$PHPWG_URL}" class="Piwigo">
14  <span class="Piwigo">Piwigo</span></a>
15  {$VERSION}
16  {if isset($CONTACT_MAIL)}
17  - {'Contact'|@translate}
18  <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
19  {/if}
20
21{get_combined_scripts load='footer'}
22
23{if isset($footer_elements)}
24{foreach from=$footer_elements item=v}
25{$v}
26{/foreach}
27{/if}
28</div> <!-- the_page -->
29{if isset($debug.QUERIES_LIST)}
30<div id="debug">
31{$debug.QUERIES_LIST}
32</div>
33{/if}
34</div> <!-- copyright -->
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.