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

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

import theme Simple version 2.1

  • bugfix for user's profile - use default profile_content.tpl
  • child themes do not need to have content.css
  • use local_head.tpl
  • correct order of thumbnails & show copyright on picture page
  • use default as parent theme & change theme URI
  • add quicksearch and style input, textarea, ...
  • add login link in the footer
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     - <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}/scripts.js"></script>
20<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/jquery-1.3.2.min.js"></script>
21<script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/scripts.js"></script>
22{if isset($debug.QUERIES_LIST)}
23<div id="debug">
24{$debug.QUERIES_LIST}
25</div>
26{/if}
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.