source: extensions/gally/gally-default/template/footer.tpl

Last change on this file was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<!-- **GBL** >FOOTER> -->
2<div id="copyright">
3 {if isset($debug.TIME)}
4 {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
5 {/if}
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  {'Powered by'|@translate}
12  <a href="{$PHPWG_URL}" class="Piwigo"><span class="Piwigo">Piwigo</span></a>
13  {$VERSION}
14  {if isset($CONTACT_MAIL)}
15  - {'Contact'|@translate}
16  <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
17  {/if}
18  {if isset($TOGGLE_MOBILE_THEME_URL)}
19  - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b>
20  {/if}
21
22{get_combined_scripts load='footer'}
23
24{if isset($footer_elements)}
25{foreach from=$footer_elements item=v}
26{$v}
27{/foreach}
28{/if}
29</div>{* copyright *}
30</div> {* the_page *}
31
32{if isset($debug.QUERIES_LIST)}<div id="debug">{$debug.QUERIES_LIST}</div>{/if}
33
34</body>
35<!-- **GBL** <FOOTER< -->
36</html>
Note: See TracBrowser for help on using the repository browser.