piwigo/template/default/footer.tpl
plegall 750354a231 - bug fixed : text "Powered by" is now localized
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-01 22:22:17 +00:00

21 lines
597 B
Smarty

<div class="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}">
<span style="font-weight:bold;">{L_WEBMASTER}</span>
</a>
</div>
</div>
</body>
</html>