diff options
author | rub <rub@piwigo.org> | 2009-04-22 19:32:00 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-04-22 19:32:00 +0000 |
commit | c1a78a542d88db748735c74d196ddf21972cd208 (patch) | |
tree | 09528aa31511b44406331d106282225e11fc2b89 /template/yoga/mail/text/html/footer.tpl | |
parent | e917678030cc5ee8a407c3fd5c6aff6e123bb0c6 (diff) |
Resolved issue 0000976: Add link of website on mail footer...
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/html/footer.tpl')
-rw-r--r-- | template/yoga/mail/text/html/footer.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl index bdd3e7cb0..989d0ee0b 100644 --- a/template/yoga/mail/text/html/footer.tpl +++ b/template/yoga/mail/text/html/footer.tpl @@ -2,14 +2,17 @@ </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} + - {'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> |