Merge branch 'master' of gitlab.antadis.net:dev-antadis/chocolatdemariage

This commit is contained in:
Preprod mutu 2017-08-30 11:38:47 +02:00
commit a46aee54c0

View File

@ -280,12 +280,12 @@ class Mail extends MailCore
$template_vars['{footer_img}'] = 'http://image.noelshack.com/fichiers/2017/35/3/1504084725-footer-mail.jpg';
$template_vars['{box-border-color}'] = '#ffffff';
$template_vars['{box-bg-color}'] = '#ffffff';
$template_vars['{box-bg-color}'] = '#fdf3f8';
$template_vars['{mail-bg-color}'] = '#f7f7f8';
$template_vars['{table-bg-color}'] = '#ffffff';
$template_vars['{titre1-color}'] = '#b5985a';
$template_vars['{titre2-color}'] = '#606064';
$template_vars['{link-color}'] = '#b5985a';
$template_vars['{titre1-color}'] = '#bd0132';
$template_vars['{titre2-color}'] = '#bd0132';
$template_vars['{link-color}'] = '#bd0132';
$template_vars['{shop_name}'] = Tools::safeOutput(Configuration::get('PS_SHOP_NAME', null, null, $id_shop));
$template_vars['{shop_url}'] = Context::getContext()->link->getPageLink('index', true, Context::getContext()->language->id, null, false, $id_shop);