source: extensions/Slim/template/footer.tpl @ 20327

Last change on this file since 20327 was 19029, checked in by Miklfe, 11 years ago
File size: 1.1 KB
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        - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Contact webmaster'|@translate}</a>
14        {/if}
15        - {'theme by'|@translate}       
16                                                <a href="http://piwitheme.fr" target="_blank">piwitheme</a>
17        {if isset($TOGGLE_MOBILE_THEME_URL)}
18        - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b>
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> {* copyright *}
29{if isset($debug.QUERIES_LIST)}
30<div id="debug">
31{$debug.QUERIES_LIST}
32</div>
33{/if}
34</div>{* the_page *}
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.