source: extensions/modus/template/footer.tpl @ 25794

Last change on this file since 25794 was 25794, checked in by rvelices, 10 years ago
File size: 1.1 KB
Line 
1<div id="copyright">
2{if isset($debug.TIME)}
3{if !is_admin()}<!--{$debug.TIME} ({$debug.NB_QUERIES} {$debug.SQL_TIME})-->{else}{'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - {/if}
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}">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        {if isset($TOGGLE_MOBILE_THEME_URL)}
16        - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b>
17        {/if}
18
19{get_combined_scripts load='footer'}
20{if isset($footer_elements)}
21{foreach from=$footer_elements item=v}
22{$v}
23{/foreach}
24{/if}
25</div>{* copyright *}
26{if isset($debug.QUERIES_LIST)}
27<div id="debug">
28{$debug.QUERIES_LIST}
29</div>
30{/if}
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.