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

Last change on this file since 5021 was 5021, checked in by nikrou, 14 years ago

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

  • Property svn:eol-style set to LF
File size: 933 bytes
Line 
1<div id="copyright">
2 <a name="EoP"></a> <!-- End of Page -->
3 {if isset($debug.TIME) }
4 {'SQL queries in'|@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  - {'Contact'|@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.