diff options
Diffstat (limited to 'template/default/mail/text/html/footer.tpl')
-rw-r--r-- | template/default/mail/text/html/footer.tpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/template/default/mail/text/html/footer.tpl b/template/default/mail/text/html/footer.tpl new file mode 100644 index 000000000..92e69b089 --- /dev/null +++ b/template/default/mail/text/html/footer.tpl @@ -0,0 +1,22 @@ +</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} + + - {'send_mail'|@translate} + <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a> + +</div> <!-- copyright --> +</div> <!-- the_page --> + +</body> +</html> |