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

Last change on this file since 1709 was 1708, checked in by vdigital, 18 years ago

Bug 615 : (Draft version to solve it) obtain a better display related to new categories within category management.
Languages have to be modified, and maybe a test has to be included but it already works like this.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 843 bytes
Line 
1<div id="copyright">
2 <a name="EoP" /> <!-- End of Page -->
3 <!-- BEGIN debug -->
4 {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) -
5 <!-- END debug -->
6
7 <!-- Please, do not remove this copyright. If you really want to,
8          contact us on http://phpwebgallery.net to find a solution on how
9          to show the origin of the script...-->
10
11  <a href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}">
12  <img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
13  </a>
14  {VERSION}
15  <!-- BEGIN contact -->
16  - {lang:send_mail}
17  <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
18  <!-- END contact -->
19
20</div> <!-- copyright -->
21</div> <!-- the_page -->
22
23<!-- BEGIN debug -->
24  {debug.QUERIES_LIST}
25<!-- END debug -->
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.