26 lines
804 B
Go Template
26 lines
804 B
Go Template
<div id="copyright">
|
|
<!-- 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 href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}">
|
|
<img 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>
|