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

Last change on this file since 27642 was 27642, checked in by plg, 10 years ago

add in footer and link to administration

File size: 1.1 KB
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    {$VERSION}
7    {if isset($U_LOGIN)}
8    - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
9    {/if}
10    {if isset($U_ADMIN)}
11    - <a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a>
12    {/if}
13    {if isset($U_LOGOUT)}
14    - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
15    {/if}
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}
20  </div> <!-- copyright -->
21  {if isset($footer_elements)}
22  {foreach from=$footer_elements item=v}
23  {$v}
24  {/foreach}
25  {/if}
26</div> <!-- the_page -->
27
28{get_combined_scripts load='footer'}
29
30{if isset($debug.QUERIES_LIST)}
31<div id="debug">
32{$debug.QUERIES_LIST}
33</div>
34{/if}
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.