From e517cfad640d7697eb021cb698e5958f154f908b Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 6 Feb 2007 22:55:12 +0000 Subject: 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 --- template/yoga/mail/text/html/footer.tpl | 18 +++++++++++++++++ template/yoga/mail/text/html/header.tpl | 10 ++++++++++ template/yoga/mail/text/html/index.php | 35 +++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 template/yoga/mail/text/html/footer.tpl create mode 100644 template/yoga/mail/text/html/header.tpl create mode 100644 template/yoga/mail/text/html/index.php (limited to 'template/yoga/mail/text/html') 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 @@ + + + + + diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl new file mode 100644 index 000000000..fee4d441c --- /dev/null +++ b/template/yoga/mail/text/html/header.tpl @@ -0,0 +1,10 @@ + + + + + + + +
+ diff --git a/template/yoga/mail/text/html/index.php b/template/yoga/mail/text/html/index.php new file mode 100644 index 000000000..871f06a8e --- /dev/null +++ b/template/yoga/mail/text/html/index.php @@ -0,0 +1,35 @@ + -- cgit v1.2.3