diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/footer.tpl | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/themes/default/template/footer.tpl b/themes/default/template/footer.tpl index 90b445ca4..cf2f41a36 100644 --- a/themes/default/template/footer.tpl +++ b/themes/default/template/footer.tpl @@ -1,22 +1,18 @@ <div id="copyright"> - <a name="EoP"></a> <!-- End of Page --> - {if isset($debug.TIME) } - {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - - {/if} - - {* Please, do not remove this copyright. If you really want to, - contact us on http://piwigo.org to find a solution on how - to show the origin of the script... - *} - - {'Powered by'|@translate} - <a href="{$PHPWG_URL}" class="Piwigo"> - <span class="Piwigo">Piwigo</span></a> - {$VERSION} - {if isset($CONTACT_MAIL)} - - {'Contact'|@translate} - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> - {/if} +{if isset($debug.TIME)} + {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - +{/if} +{* + Please, do not remove this copyright. If you really want to, + contact us on http://piwigo.org to find a solution on how + to show the origin of the script... +*} + {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a> + {$VERSION} + {if isset($CONTACT_MAIL)} + - {'Contact'|@translate} + <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> + {/if} {get_combined_scripts load='footer'} @@ -25,12 +21,12 @@ {$v} {/foreach} {/if} -</div> <!-- the_page --> +</div> {* copyright *} {if isset($debug.QUERIES_LIST)} <div id="debug"> {$debug.QUERIES_LIST} </div> {/if} -</div> <!-- copyright --> +</div>{* the_page *} </body> </html>
\ No newline at end of file |