diff options
author | rub <rub@piwigo.org> | 2007-02-06 22:55:12 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-06 22:55:12 +0000 |
commit | e517cfad640d7697eb021cb698e5958f154f908b (patch) | |
tree | 8b386ddbcb42a7d09a7f2e6eafe64f1524075c22 /template/yoga/mail/text/html/footer.tpl | |
parent | 5f94909b4236730057499fd876ae96f88fcc95ff (diff) |
Issue 0000598: NBM: Add new informations
Notification by mail:
Add new informations about last categories and last images like new feature of RSS notification.
2 parts:
- Possibility to send HTML mail
- Include last categories and last images on HTML format into notification mail
ccs & HTML experts! Please! Check, fix, improve and enhance HTML mail content!
git-svn-id: http://piwigo.org/svn/trunk@1784 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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl new file mode 100644 index 000000000..ac0d2784f --- /dev/null +++ b/template/yoga/mail/text/html/footer.tpl @@ -0,0 +1,18 @@ +<div id="copyright">
+<HR>
+ <!-- Please, do not remove this copyright. If you really want to,
+ contact us on http://phpwebgallery.net to find a solution on how
+ to show the origin of the script...-->
+
+ {lang:powered_by}
+ <a href="http://www.phpwebgallery.net" class="PWG">
+ <span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
+ {VERSION}
+ - {lang:send_mail}
+ <a href="mailto:{MAIL}?subject={TITLE_MAIL}">{lang:Webmaster}</a>
+
+</div> <!-- copyright -->
+</div> <!-- the_page -->
+
+</body>
+</html>
|