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

Last change on this file since 17496 was 17496, checked in by mistic100, 12 years ago

feature 2721: slight improvement of "contact webmaster" link

  • Property svn:eol-style set to LF
File size: 1.0 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        {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
21{if isset($footer_elements)}
22{foreach from=$footer_elements item=v}
23{$v}
24{/foreach}
25{/if}
26</div> {* copyright *}
27{if isset($debug.QUERIES_LIST)}
28<div id="debug">
29{$debug.QUERIES_LIST}
30</div>
31{/if}
32</div>{* the_page *}
33</body>
34</html>
Note: See TracBrowser for help on using the repository browser.