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

Last change on this file since 8492 was 8492, checked in by rvelices, 13 years ago

more compact footer.tpl (less spaced, unnnecessary span/class ...)
sylvia css simplification

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