aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/footer.tpl
blob: 48d53450d707593cc963acfe711bdd521084bba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div id="copyright">
 <a name="EoP" /> <!-- End of Page -->
 <!-- BEGIN debug -->
 {lang:generation_time} {debug.TIME} ({debug.NB_QUERIES} {lang:sql_queries_in} {debug.SQL_TIME}) -
 <!-- END debug -->

 <!-- Please, do not remove this copyright. If you really want to,
      contact us on http://phpwebgallery.net to find a solution on how
      to show the origin of the script...-->

  <a class="button" href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
  <img class="button" src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
  </a>
  {VERSION}
  <!-- BEGIN contact -->
  - {lang:send_mail}
  <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
  <!-- END contact -->

</div> <!-- copyright -->
</div> <!-- the_page -->

<!-- BEGIN debug -->
  {debug.QUERIES_LIST}
<!-- END debug -->
</body>
</html>