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

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

Replaced Comment blocks in the comment_list.tpl
Removed Table cell from footer.tpl

File size: 1.1 KB
Line 
1{*</td>
2                </tr>
3  <tr>
4  <td id="footer"> *}<div id="copyright">Name:1
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}</div>
27{* copyright *}
28{if isset($debug.QUERIES_LIST)}
29<div id="debug">
30{$debug.QUERIES_LIST}
31</div>
32{/if}
33
34{php}
35$this->assign('string1',str_replace($this->get_template_vars('string1'),'Name:1 ','1'));
36{/php}
37
38
39
40</td>
41        </tr>
42</tbody></table>
43{* the_page *}
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.