diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-13 01:19:57 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-13 01:19:57 +0000 |
commit | 7a81759fb0121c8bebd3764ecd3a4f2d1e190f85 (patch) | |
tree | 4def8a31c23c88495587a4e1b747922e10e248c4 /themes/default/template | |
parent | 5958c85b7fe75dbbfed35a7b896659ccaf4f6bda (diff) |
Feature 1502
Move mail images.
Change image path in mail-css files.
Remove local css file for NBM.
git-svn-id: http://piwigo.org/svn/trunk@5125 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/mail/text/html/header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/template/mail/text/html/header.tpl b/themes/default/template/mail/text/html/header.tpl index 9ab46693c..e6af4c024 100644 --- a/themes/default/template/mail/text/html/header.tpl +++ b/themes/default/template/mail/text/html/header.tpl @@ -10,7 +10,6 @@ Content-Transfer-Encoding: 8bit <style><!-- /* Mini style for mails */ {if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if} {if isset($MAIL_CSS)}{$MAIL_CSS}{/if} -{if isset($LOCAL_MAIL_CSS)}{$LOCAL_MAIL_CSS}{/if} --></style> </head> <body> |