piwigo/themes/default/template/mail/text/html/footer.tpl
nikrou cd0c4ae7dd Fix missing key translations for nbm and c13y
git-svn-id: http://piwigo.org/svn/trunk@5287 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 16:19:13 +00:00

22 lines
602 B
Smarty

</div> <!-- content -->
<div id="copyright">
<hr>
{'Sent by'|@translate}
<a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
{* 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...*}
- {'Powered by'|@translate}
<a href="http://piwigo.org" class="Piwigo">
<span class="Piwigo">Piwigo</span></a>
{$VERSION}
- {'Contact'|@translate}
<a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
</div> <!-- copyright -->
</div> <!-- the_page -->
</body>
</html>