piwigo/template/yoga/footer.tpl
rub 58dc3aa595 Enhancement for the plugin development:
o Add footer block
  o Add useful triggers on template object

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2035 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-13 05:14:54 +00:00

30 lines
926 B
Smarty

<div id="copyright">
<a name="EoP"></a> <!-- 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...-->
{lang:powered_by}
<a href="http://www.phpwebgallery.net" class="PWG">
<span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
{VERSION}
<!-- BEGIN contact -->
- {lang:send_mail}
<a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
<!-- END contact -->
</div> <!-- copyright -->
<!-- BEGIN footer_element -->
{footer_element.CONTENT}
<!-- END footer_element -->
</div> <!-- the_page -->
<!-- BEGIN debug -->
{debug.QUERIES_LIST}
<!-- END debug -->
</body>
</html>