From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/mail/text/html/images/footer-bg.jpg | Bin 0 -> 9014 bytes themes/default/mail/text/html/images/footer-bg.png | Bin 0 -> 15656 bytes themes/default/mail/text/html/images/header-bg.png | Bin 0 -> 30525 bytes themes/default/mail/text/html/images/index.php | 30 +++++++++++++++++++++ .../default/mail/text/html/images/mailbody-bg.png | Bin 0 -> 924 bytes themes/default/mail/text/html/index.php | 30 +++++++++++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 themes/default/mail/text/html/images/footer-bg.jpg create mode 100644 themes/default/mail/text/html/images/footer-bg.png create mode 100644 themes/default/mail/text/html/images/header-bg.png create mode 100644 themes/default/mail/text/html/images/index.php create mode 100644 themes/default/mail/text/html/images/mailbody-bg.png create mode 100644 themes/default/mail/text/html/index.php (limited to 'themes/default/mail/text/html') diff --git a/themes/default/mail/text/html/images/footer-bg.jpg b/themes/default/mail/text/html/images/footer-bg.jpg new file mode 100644 index 000000000..3d8a5eed2 Binary files /dev/null and b/themes/default/mail/text/html/images/footer-bg.jpg differ diff --git a/themes/default/mail/text/html/images/footer-bg.png b/themes/default/mail/text/html/images/footer-bg.png new file mode 100644 index 000000000..fd3c2925f Binary files /dev/null and b/themes/default/mail/text/html/images/footer-bg.png differ diff --git a/themes/default/mail/text/html/images/header-bg.png b/themes/default/mail/text/html/images/header-bg.png new file mode 100644 index 000000000..1770a3ddc Binary files /dev/null and b/themes/default/mail/text/html/images/header-bg.png differ diff --git a/themes/default/mail/text/html/images/index.php b/themes/default/mail/text/html/images/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/themes/default/mail/text/html/images/index.php @@ -0,0 +1,30 @@ + diff --git a/themes/default/mail/text/html/images/mailbody-bg.png b/themes/default/mail/text/html/images/mailbody-bg.png new file mode 100644 index 000000000..722a24f63 Binary files /dev/null and b/themes/default/mail/text/html/images/mailbody-bg.png differ diff --git a/themes/default/mail/text/html/index.php b/themes/default/mail/text/html/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/themes/default/mail/text/html/index.php @@ -0,0 +1,30 @@ + -- cgit v1.2.3