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

Last change on this file since 13549 was 13549, checked in by plg, 12 years ago

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File size: 943 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     - <a href="{$themeconf.url}">{$themeconf.name}</a>
7    {if isset($U_LOGIN)}
8    - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
9    {/if}
10    {if isset($U_LOGOUT)}
11    - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
12    {/if}
13     {if isset($CONTACT_MAIL)}
14    - {'Contact'|@translate}
15    <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
16    {/if}
17  </div> <!-- copyright -->
18  {if isset($footer_elements)}
19  {foreach from=$footer_elements item=v}
20  {$v}
21  {/foreach}
22  {/if}
23</div> <!-- the_page -->
24{if isset($debug.QUERIES_LIST)}
25<div id="debug">
26{$debug.QUERIES_LIST}
27</div>
28{/if}
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.