source: extensions/floOS/footer.tpl @ 3648

Last change on this file since 3648 was 3618, checked in by flop25, 15 years ago

update global with pwg 2.0.3

File size: 1.1 KB
Line 
1<div id="copyright"> <a name="EoP"></a>
2  <!-- 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} <a href="{$PHPWG_URL}" class="Piwigo"> <span class="Piwigo">Piwigo</span></a> {$VERSION}
13  {if isset($CONTACT_MAIL)}
14  - <a href="http://flop25.free.fr">Flop25 Style</a> - <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango Icon</a> - {'send_mail'|@translate} <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> {/if}
15 
16  {if isset($footer_elements)}
17  {foreach from=$footer_elements item=v}
18  {$v}
19  {/foreach}
20  {/if} </div>
21<!-- the_page -->
22{if isset($debug.QUERIES_LIST)}
23<div id="debug"> {$debug.QUERIES_LIST} </div>
24{/if}
25</div>
26<!-- copyright -->
27</body></html>
Note: See TracBrowser for help on using the repository browser.