diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-05 19:23:29 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-05 19:23:29 +0000 |
commit | 7a26038e66da9d958cc1cc439c904a6a7977428e (patch) | |
tree | e43193f0fa9592067b851125c0e918b58f47bc89 /themes/default/template/mail/text/plain/footer.tpl | |
parent | 4c0899f88937bebd56e24a3304b8586bc86b8f41 (diff) |
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
Diffstat (limited to 'themes/default/template/mail/text/plain/footer.tpl')
-rw-r--r-- | themes/default/template/mail/text/plain/footer.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/default/template/mail/text/plain/footer.tpl b/themes/default/template/mail/text/plain/footer.tpl index 8574697e6..0f9ef273e 100644 --- a/themes/default/template/mail/text/plain/footer.tpl +++ b/themes/default/template/mail/text/plain/footer.tpl @@ -1,5 +1,7 @@ +{literal} --- +{/literal} +---- {'Sent by'|@translate} "{$GALLERY_TITLE}" {$GALLERY_URL} -{'Contact'|@translate} {$MAIL} -{'Powered by'|@translate} Piwigo {$VERSION} +{'Powered by'|@translate} "Piwigo{if not empty($VERSION)} {$VERSION}{/if}" {$PHPWG_URL} +{'Contact'|@translate}: {$CONTACT_MAIL}
\ No newline at end of file |