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

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

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
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    {if isset($CONTACT_MAIL)}
8    - {'Contact'|@translate}
9    <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
10    {/if}
11  </div> <!-- copyright -->
12  {if isset($footer_elements)}
13  {foreach from=$footer_elements item=v}
14  {$v}
15  {/foreach}
16  {/if}
17</div> <!-- the_page -->
18<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/scripts.js"></script>
19<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/jquery-1.3.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.