source: extensions/simple_themes/simple/template/footer.tpl @ 19421

Last change on this file since 19421 was 19421, checked in by plg, 11 years ago

Deep changes in themes Simple*: for the picture page, we mainly use core
templates instead of specific templates. It means:

  • easier to maintain
  • icons instead of text (may be modified)
  • distorsion bug fixed
File size: 926 bytes
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    {'Powered by'|@translate} <a href="{$PHPWG_URL}">Piwigo</a>
6    {if isset($U_LOGIN)}
7    - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
8    {/if}
9    {if isset($U_LOGOUT)}
10    - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
11    {/if}
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}
16  </div> <!-- copyright -->
17  {if isset($footer_elements)}
18  {foreach from=$footer_elements item=v}
19  {$v}
20  {/foreach}
21  {/if}
22</div> <!-- the_page -->
23
24{get_combined_scripts load='footer'}
25
26{if isset($debug.QUERIES_LIST)}
27<div id="debug">
28{$debug.QUERIES_LIST}
29</div>
30{/if}
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.