diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-06 15:43:41 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-06 15:43:41 +0000 |
commit | 7a5e31e40127c401520d62499830a14537cd9c03 (patch) | |
tree | 4758ad0f260c9cd45ff295c6a1f84b04dec98d23 /include/config_default.inc.php | |
parent | b768047019615e7c80f6292514219c7335b0ee1d (diff) |
feature 2995: New email template
rewrite pwg_mail_group() and pwg_mail_notification_admins()
new function pwg_mail_admins()
add complete template management in pwg_mail()
TODO : font-size problem in Thunderbird
git-svn-id: http://piwigo.org/svn/trunk@25357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 7e6b65cf3..2ecfd226b 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -285,7 +285,7 @@ $conf['mail_sender_name'] = ''; $conf['mail_sender_email'] = ''; // set true to allow text/html emails -$conf['allow_html_email'] = true; +$conf['mail_allow_html'] = true; // 'clear' or 'dark' $conf['mail_theme'] = 'clear'; |