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> - |
---|
6 | <a href="{$themeconf.url}">{$themeconf.template} {$themeconf.theme}</a> |
---|
7 | </div> <!-- copyright --> |
---|
8 | {if isset($footer_elements)} |
---|
9 | {foreach from=$footer_elements item=v}{$v}{/foreach} |
---|
10 | {/if} |
---|
11 | </div> <!-- the_page --> |
---|
12 | <script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script> |
---|
13 | <script type="text/javascript" src="{$ROOT_URL}template/{$themeconf.template}/js/jquery-1.3.2.min.js"></script> |
---|
14 | <script type="text/javascript" src="{$ROOT_URL}template/{$themeconf.template}/js/scripts.js"></script> |
---|
15 | {if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if} |
---|
16 | </body> |
---|
17 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.