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

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

import theme Simple version 2.2

  • fix the calendar's pages
  • update picture.tpl (download, favorites, metadata, rating)
  • change the way to hide blocks in JS, without <noscript>, thanks to VDigital & nicolas
  • update jquery to 1.4.2
  • remove standard deviation for votes
File size: 1.0 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     - <a href="{$themeconf.url}">{$themeconf.name}</a>
7     - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
8    {if isset($CONTACT_MAIL)}
9    - {'Contact'|@translate}
10    <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
11    {/if}
12  </div> <!-- copyright -->
13  {if isset($footer_elements)}
14  {foreach from=$footer_elements item=v}
15  {$v}
16  {/foreach}
17  {/if}
18</div> <!-- the_page -->
19<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/jquery-1.4.2.min.js"></script>
20<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/scripts.js"></script>
21{if isset($debug.QUERIES_LIST)}
22<div id="debug">
23{$debug.QUERIES_LIST}
24</div>
25{/if}
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.