source: extensions/gally/footer.tpl @ 4446

Last change on this file since 4446 was 4446, checked in by grum, 14 years ago

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<!-- **GBL** >FOOTER> -->
2{* $Id: footer.tpl 2381 2008-06-01 19:19:46Z vdigital $ *}
3<div id="copyright">
4 <a name="EoP"></a> <!-- End of Page -->
5 {if isset($debug.TIME) }
6 {'generation_time'|@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
14  {'powered_by'|@translate}
15  <a href="http://piwigo.org" class="Piwigo">
16  <span class="Piwigo">Piwigo</span></a>
17  {$VERSION}
18  {if isset($CONTACT_MAIL)}
19  - {'send_mail'|@translate}
20  <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
21  {/if}
22
23{if isset($footer_elements)}
24{foreach from=$footer_elements item=v}
25{$v}
26{/foreach}
27{/if}
28</div> <!-- copyright -->
29</div> <!-- the_page -->
30
31{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
32</body>
33<!-- **GBL** <FOOTER< -->
34</html>
Note: See TracBrowser for help on using the repository browser.