piwigo/themes/default/template/mail/text/html/footer.tpl
mistic100 7a26038e66 feature 2965: apply new template on pwg_mail()
TODO : review other mail functions, configuration GUI

git-svn-id: http://piwigo.org/svn/trunk@25344 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 19:23:29 +00:00

23 lines
No EOL
833 B
Smarty

{* <!-- end $CONTENT --> *}
</td></tr>
<tr><td id="footer">
{* <!-- begin FOOTER --> *}
{* <!-- Please, do not remove this copyright. If you really want to,
contact us on http://piwigo.org to find a solution on how
to show the origin of the script... --> *}
{'Sent by'|translate} <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
- {'Powered by'|translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
{if not empty($VERSION)}{$VERSION}{/if}
- {'Contact'|translate}
<a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|escape:url}">{'Webmaster'|@translate}</a>
{* <!-- end FOOTER --> *}
</td></tr>
</table>
</td></tr>
</table>
</body>
</html>