source: extensions/Simple_Grey/footer.tpl @ 4703

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

replace the names of theme and template with the corresponding variable + add a variable for the url

File size: 848 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> - <a href="{$themeconf.url}">{$themeconf.template} {$themeconf.theme}</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.