From 92fc9abb14a2186806ed50322730caae54909f0f Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 7 Dec 2006 23:49:52 +0000 Subject: Feature Issue ID 0000598: Possibility to send HTML mail git-svn-id: http://piwigo.org/svn/trunk@1642 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/admin/index.php | 35 +++++++++++++++++++++++++++++++++++ template/yoga/mail/footer.tpl | 16 ++++++++++++++++ template/yoga/mail/header.tpl | 10 ++++++++++ template/yoga/mail/index.php | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 template/yoga/mail/admin/index.php create mode 100644 template/yoga/mail/footer.tpl create mode 100644 template/yoga/mail/header.tpl create mode 100644 template/yoga/mail/index.php (limited to 'template') diff --git a/template/yoga/mail/admin/index.php b/template/yoga/mail/admin/index.php new file mode 100644 index 000000000..ad16c4524 --- /dev/null +++ b/template/yoga/mail/admin/index.php @@ -0,0 +1,35 @@ + diff --git a/template/yoga/mail/footer.tpl b/template/yoga/mail/footer.tpl new file mode 100644 index 000000000..1110dacdf --- /dev/null +++ b/template/yoga/mail/footer.tpl @@ -0,0 +1,16 @@ + + + + + diff --git a/template/yoga/mail/header.tpl b/template/yoga/mail/header.tpl new file mode 100644 index 000000000..fee4d441c --- /dev/null +++ b/template/yoga/mail/header.tpl @@ -0,0 +1,10 @@ + + + + + + + +
+ diff --git a/template/yoga/mail/index.php b/template/yoga/mail/index.php new file mode 100644 index 000000000..ad16c4524 --- /dev/null +++ b/template/yoga/mail/index.php @@ -0,0 +1,35 @@ + -- cgit v1.2.3