source: extensions/Versa/template/footer.tpl

Last change on this file was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
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{*
7    Please, do not remove this copyright. If you really want to,
8    contact us on http://piwigo.org to find a solution on how
9    to show the origin of the script...
10*}
11
12  {'Powered by'|translate}      <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
13  {$VERSION}
14  {if isset($CONTACT_MAIL)}
15  - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|@escape:url}">{'Contact webmaster'|translate}</a>
16  {/if}
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  {if isset($footer_elements)}
22  {foreach from=$footer_elements item=elt}
23    {$elt}
24  {/foreach}
25  {/if}
26</div>{* <!-- copyright --> *}
27
28{if isset($debug.QUERIES_LIST)}
29<div id="debug">
30  {$debug.QUERIES_LIST}
31</div>
32{/if}
33</div>{* <!-- the_page --> *}
34
35<!-- BEGIN get_combined -->
36{get_combined_scripts load='footer'}
37<!-- END get_combined -->
38
39</body>
40</html>
Note: See TracBrowser for help on using the repository browser.