source: trunk/template/yoga/footer.tpl @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 936 bytes
Line 
1<div id="copyright">
2 <a name="EoP"></a> <!-- End of Page -->
3 {if isset($debug.TIME) }
4 {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
5 {/if}
6
7 {* Please, do not remove this copyright. If you really want to,
8      contact us on http://piwigo.org to find a solution on how
9      to show the origin of the script...
10  *}
11
12  {'powered_by'|@translate}
13  <a href="{$PHPWG_URL}" class="Piwigo">
14  <span class="Piwigo">Piwigo</span></a>
15  {$VERSION}
16  {if isset($CONTACT_MAIL)}
17  - {'send_mail'|@translate}
18  <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
19  {/if}
20
21
22{if isset($footer_elements)}
23{foreach from=$footer_elements item=v}
24{$v}
25{/foreach}
26{/if}
27</div> <!-- the_page -->
28{if isset($debug.QUERIES_LIST)}
29<div id="debug">
30{$debug.QUERIES_LIST}
31</div>
32{/if}
33</div> <!-- copyright -->
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.