diff options
author | plegall <plg@piwigo.org> | 2011-02-22 22:32:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-02-22 22:32:28 +0000 |
commit | 45c4b7681f25c2aa167544fc8d0c5c62e1507c97 (patch) | |
tree | 2225d80d01c881d68253c7340329692302b0370b /themes/default/template/mail/text | |
parent | ceacda960c25402bdcd1e675e5c4258656e0ba1d (diff) |
bug 2198 fixed: footer on text/plain email needs rewrite
git-svn-id: http://piwigo.org/svn/trunk@9354 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/mail/text')
-rw-r--r-- | themes/default/template/mail/text/plain/footer.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/plain/footer.tpl b/themes/default/template/mail/text/plain/footer.tpl index 9c6ea62fb..8574697e6 100644 --- a/themes/default/template/mail/text/plain/footer.tpl +++ b/themes/default/template/mail/text/plain/footer.tpl @@ -1,3 +1,5 @@ ------------------------------------------------------------------------------- -{'Contact'|@translate} {$GALLERY_URL} - {'Contact'|@translate} Piwigo {$VERSION} - {'Contact'|@translate} {$MAIL} +-- +{'Sent by'|@translate} "{$GALLERY_TITLE}" {$GALLERY_URL} +{'Contact'|@translate} {$MAIL} +{'Powered by'|@translate} Piwigo {$VERSION} |