source: extensions/PaysonsPlaces/template/footer.tpl @ 11301

Last change on this file since 11301 was 11301, checked in by tearran, 13 years ago
File size: 980 bytes
Line 
1                        </td>
2                </tr>
3  <tr>
4        <td id="shadow">
5<div id="copyright">
6{if isset($debug.TIME)}
7        {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
8{/if}
9{*
10        Please, do not remove this copyright. If you really want to,
11                        contact us on http://piwigo.org to find a solution on how
12                        to show the origin of the script...
13*}
14        {'Powered by'|@translate}       <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
15        {$VERSION}
16        {if isset($CONTACT_MAIL)}
17        - {'Contact'|@translate}
18        <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
19        {/if}
20
21{get_combined_scripts load='footer'}
22
23{if isset($footer_elements)}
24{foreach from=$footer_elements item=v}
25{$v}
26{/foreach}
27{/if}
28</div> {* copyright *}
29{if isset($debug.QUERIES_LIST)}
30<div id="debug">
31{$debug.QUERIES_LIST}
32</div>
33{/if}
34</div></td>
35        </tr>
36</table>{* the_page *}
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.