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

Last change on this file since 13243 was 13243, checked in by patdenice, 12 years ago

feature:2577
Wrong language key for toggle theme.

  • Property svn:eol-style set to LF
File size: 1.0 KB
RevLine 
[859]1<div id="copyright">
[8492]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}
[13234]16        {if isset($TOGGLE_MOBILE_THEME_URL)}
[13243]17        - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b>
[13234]18        {/if}
[859]19
[7975]20{get_combined_scripts load='footer'}
[2550]21
[2233]22{if isset($footer_elements)}
[2227]23{foreach from=$footer_elements item=v}
24{$v}
25{/foreach}
26{/if}
[8492]27</div> {* copyright *}
[2550]28{if isset($debug.QUERIES_LIST)}
29<div id="debug">
30{$debug.QUERIES_LIST}
31</div>
32{/if}
[8492]33</div>{* the_page *}
[859]34</body>
[2231]35</html>
Note: See TracBrowser for help on using the repository browser.