diff options
author | rub <rub@piwigo.org> | 2007-02-11 12:17:41 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-11 12:17:41 +0000 |
commit | f02ef033adf044e22cc142123da640a9ec9bc67d (patch) | |
tree | b3dc725b4624e5fb63c445edbef5170151536ad0 /template/yoga/mail/text/html | |
parent | 69632928a86237c0649451b22bbf21dbc594ed24 (diff) |
Issue 0000598: NBM: Add new informations
VDigital structure applied!
git-svn-id: http://piwigo.org/svn/trunk@1807 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/mail/text/html/global-mail-css.tpl (renamed from template/yoga/mail/text/html/default-layout-mail-css.tpl) | 1 | ||||
-rw-r--r-- | template/yoga/mail/text/html/header.tpl | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/mail/text/html/default-layout-mail-css.tpl b/template/yoga/mail/text/html/global-mail-css.tpl index 8c62124d9..dd65efff3 100644 --- a/template/yoga/mail/text/html/default-layout-mail-css.tpl +++ b/template/yoga/mail/text/html/global-mail-css.tpl @@ -1,4 +1,5 @@ /* $Id$ */
+/* Global mail css */
/* Including like css style on HTML mail */
body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px; color:#369;}
diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl index 3d13d7766..20d3a9780 100644 --- a/template/yoga/mail/text/html/header.tpl +++ b/template/yoga/mail/text/html/header.tpl @@ -5,10 +5,9 @@ <title>PhpWebGallery Mail</title>
<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
<style><!-- /* Mini style for mails */
-{MAIL_CSS_DEFAULT_TEMPLATE}
-{MAIL_CSS_THEME}
-{MAIL_CSS_LOCAL_TEMPLATE}
-{MAIL_CSS_LOCAL_COMMON}
+{GLOBAL_MAIL_CSS}
+{MAIL_CSS}
+{LOCAL_MAIL_CSS}
--></style>
</head>
<body>
|