source: branches/branch-1_7/template/yoga/footer.tpl @ 2035

Last change on this file since 2035 was 2035, checked in by rub, 17 years ago

Enhancement for the plugin development:

o Add footer block
o Add useful triggers on template object

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 926 bytes
RevLine 
[859]1<div id="copyright">
[1751]2 <a name="EoP"></a> <!-- End of Page -->
[859]3 <!-- BEGIN debug -->
[1092]4 {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) -
[859]5 <!-- END debug -->
6
7 <!-- Please, do not remove this copyright. If you really want to,
[1726]8      contact us on http://phpwebgallery.net to find a solution on how
9      to show the origin of the script...-->
[859]10
[1751]11  {lang:powered_by}
12  <a href="http://www.phpwebgallery.net" class="PWG">
13  <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
[859]14  {VERSION}
15  <!-- BEGIN contact -->
[1092]16  - {lang:send_mail}
[859]17  <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
18  <!-- END contact -->
19
20</div> <!-- copyright -->
[2035]21<!-- BEGIN footer_element -->
22{footer_element.CONTENT}
23<!-- END footer_element -->
[859]24</div> <!-- the_page -->
25
[1012]26<!-- BEGIN debug -->
27  {debug.QUERIES_LIST}
28<!-- END debug -->
[859]29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.