| 2 | | <a name="EoP"></a> <!-- End of Page --> |
| 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 | | |
| 12 | | {'Powered by'|@translate} |
| 13 | | <a href="{$PHPWG_URL}" class="Piwigo"> |
| 14 | | <span class="Piwigo">Piwigo</span></a> |
| 15 | | {$VERSION} |
| 16 | | {if isset($CONTACT_MAIL)} |
| 17 | | - {'Contact'|@translate} |
| 18 | | <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> |
| 19 | | {/if} |
| | 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} |