source: extensions/Simple_Grey/footer.tpl @ 4456

Last change on this file since 4456 was 4456, checked in by boulde, 14 years ago

Simple: initial import (v1.1)

File size: 863 bytes
Line 
1  <div id="copyright">
2    {if isset($debug.TIME) }
3    {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
4    {/if}
5    {'powered_by'|@translate} <a href="http://piwigo.org/">Piwigo</a> - Thème <a href="http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo">Simple Grey</a>
6  </div> <!-- copyright -->
7  {if isset($footer_elements)}
8  {foreach from=$footer_elements item=v}{$v}{/foreach}
9  {/if}
10</div> <!-- the_page -->
11<script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>
12<script type="text/javascript" src="{$ROOT_URL}template/{$themeconf.template}/js/jquery-1.3.2.min.js"></script>
13<script type="text/javascript" src="{$ROOT_URL}template/{$themeconf.template}/js/scripts.js"></script>
14{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.