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

Last change on this file since 11309 was 11309, checked in by tearran, 13 years ago

Changed The menu to a horizontal placement in the header.tpl
added some css id's for the menu.

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