Last change
on this file since 13600 was
13552,
checked in by plg, 13 years ago
|
import theme Simple version 2.4.1
- new tpl for PWG stuff - thanks to P@t
- subcontent is now a class, to allow several subcontent block inside the content block
- add get_combined_scripts in the footer
|
File size:
982 bytes
|
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($U_LOGIN)} |
---|
8 | - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a> |
---|
9 | {/if} |
---|
10 | {if isset($U_LOGOUT)} |
---|
11 | - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a> |
---|
12 | {/if} |
---|
13 | {if isset($CONTACT_MAIL)} |
---|
14 | - {'Contact'|@translate} |
---|
15 | <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> |
---|
16 | {/if} |
---|
17 | </div> <!-- copyright --> |
---|
18 | {if isset($footer_elements)} |
---|
19 | {foreach from=$footer_elements item=v} |
---|
20 | {$v} |
---|
21 | {/foreach} |
---|
22 | {/if} |
---|
23 | </div> <!-- the_page --> |
---|
24 | |
---|
25 | {get_combined_scripts load='footer'} |
---|
26 | |
---|
27 | {if isset($debug.QUERIES_LIST)} |
---|
28 | <div id="debug"> |
---|
29 | {$debug.QUERIES_LIST} |
---|
30 | </div> |
---|
31 | {/if} |
---|
32 | </body> |
---|
33 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.