mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
2bbc7ba8be
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
582 B
Smarty
21 lines
582 B
Smarty
<div id="copyright">
|
|
<!-- BEGIN debug -->
|
|
{L_GEN_TIME} {debug.TIME} ({debug.NB_QUERIES} {L_SQL_QUERIES_IN} {debug.SQL_TIME}) -
|
|
<!-- END debug -->
|
|
|
|
<!-- Please, do not remove this copyright. If you really want to,
|
|
contact me pierrick@phpwebgallery.net to find a solution on how
|
|
to show the origin of the script...-->
|
|
|
|
{L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
|
|
{VERSION} -
|
|
|
|
{L_SEND_MAIL}
|
|
<a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">{L_WEBMASTER}</a>
|
|
|
|
</div> <!-- copyright -->
|
|
</div> <!-- the_page -->
|
|
|
|
</body>
|
|
</html>
|