Last change
on this file since 15667 was
3196,
checked in by plg, 16 years ago
|
bug 926 fixed: change links to piwigo.org so that they go to existing URLs.
new: if the current language is french, the links go to fr.piwigo.org insted.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
947 bytes
|
Line | |
---|
1 | {* $Id: footer.tpl 3196 2009-03-13 23:37:34Z plg $ *} |
---|
2 | <div id="copyright"> |
---|
3 | <a name="EoP"></a> <!-- 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} |
---|
14 | <a href="{$PHPWG_URL}" class="Piwigo"> |
---|
15 | <span class="Piwigo">Piwigo</span></a> |
---|
16 | {$VERSION} |
---|
17 | {if isset($CONTACT_MAIL)} |
---|
18 | - {'send_mail'|@translate} |
---|
19 | <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> |
---|
20 | {/if} |
---|
21 | |
---|
22 | |
---|
23 | {if isset($footer_elements)} |
---|
24 | {foreach from=$footer_elements item=v} |
---|
25 | {$v} |
---|
26 | {/foreach} |
---|
27 | {/if} |
---|
28 | </div> <!-- the_page --> |
---|
29 | {if isset($debug.QUERIES_LIST)} |
---|
30 | <div id="debug"> |
---|
31 | {$debug.QUERIES_LIST} |
---|
32 | </div> |
---|
33 | {/if} |
---|
34 | </div> <!-- copyright --> |
---|
35 | </body> |
---|
36 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.