source: extensions/floPure/footer.tpl @ 3586

Last change on this file since 3586 was 3474, checked in by flop25, 15 years ago

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File size: 1.1 KB
Line 
1{* $Id: footer.tpl 2381 2008-06-01 19:19:46Z vdigital $ *}
2<div id="copyright"> <a name="EoP"></a>
3  <!-- End of Page -->
4  {if isset($debug.TIME) }
5  {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
6  {/if}
7 
8  {* Please, do not remove this copyright. If you really want to,
9  contact us on http://piwigo.org to find a solution on how
10  to show the origin of the script...
11  *}
12 
13  {'powered_by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo"> <span class="Piwigo">Piwigo</span></a> {$VERSION}
14  {if isset($CONTACT_MAIL)}
15  - <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}
16 
17  {if isset($footer_elements)}
18  {foreach from=$footer_elements item=v}
19  {$v}
20  {/foreach}
21  {/if} </div>
22<!-- the_page -->
23{if isset($debug.QUERIES_LIST)}
24<div id="debug"> {$debug.QUERIES_LIST} </div>
25{/if}
26</div>
27<!-- copyright -->
28</body></html>
Note: See TracBrowser for help on using the repository browser.