Line | |
---|
1 | <div id="footer"> |
---|
2 | <div id="copyright"> |
---|
3 | |
---|
4 | |
---|
5 | {if isset($debug.TIME)} |
---|
6 | {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - |
---|
7 | {/if} |
---|
8 | {* |
---|
9 | Please, do not remove this copyright. If you really want to, |
---|
10 | contact us on http://piwigo.org to find a solution on how |
---|
11 | to show the origin of the script... |
---|
12 | *} |
---|
13 | {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a> |
---|
14 | {$VERSION} |
---|
15 | {if isset($CONTACT_MAIL)} |
---|
16 | - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Contact webmaster'|@translate}</a> |
---|
17 | {/if} |
---|
18 | - {'theme by'|@translate} |
---|
19 | <a href="http://piwitheme.fr" target="_blank">piwitheme</a> |
---|
20 | {if isset($TOGGLE_MOBILE_THEME_URL)} |
---|
21 | - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b> |
---|
22 | {/if} |
---|
23 | |
---|
24 | {get_combined_scripts load='footer'} |
---|
25 | |
---|
26 | {if isset($footer_elements)} |
---|
27 | {foreach from=$footer_elements item=v} |
---|
28 | {$v} |
---|
29 | {/foreach} |
---|
30 | {/if} |
---|
31 | </div> {* copyright *} |
---|
32 | {if isset($debug.QUERIES_LIST)} |
---|
33 | <div id="debug"> |
---|
34 | {$debug.QUERIES_LIST} |
---|
35 | </div> |
---|
36 | {/if} |
---|
37 | |
---|
38 | <div id="bg_th_right"></div> |
---|
39 | </div> <!-- footer --> |
---|
40 | |
---|
41 | </body> |
---|
42 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.