fix mails

This commit is contained in:
Rémy 2017-07-25 12:48:48 +02:00
parent 5a7601f0aa
commit 010a608f9f
3 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
www/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -271,11 +271,11 @@ class Mail extends MailCore
$id_shop = Context::getContext()->shop->id;
$id_lang = Context::getContext()->cookie->id_lang;
$template_vars['{header_top_1}'] = 'https://image.noelshack.com/fichiers/2017/29/4/1500544334-header1.jpg';
$template_vars['{header_top_2}'] = 'https://image.noelshack.com/fichiers/2017/29/4/1500544334-header2.jpg';
$template_vars['{header_top_3}'] = 'https://image.noelshack.com/fichiers/2017/29/4/1500544334-header3.jpg';
$template_vars['{header_img}'] = 'https://image.noelshack.com/fichiers/2017/29/4/1500544335-header-mail.jpg';
$template_vars['{footer_img}'] = 'https://image.noelshack.com/fichiers/2017/29/4/1500544335-footer-mail.jpg';
$template_vars['{header_top_1}'] = 'http://versionecologique.preprod.antadis.fr/themes/versionecologique/mails/header1.jpg';
$template_vars['{header_top_2}'] = 'http://versionecologique.preprod.antadis.fr/themes/versionecologique/mails/header2.jpg';
$template_vars['{header_top_3}'] = 'http://versionecologique.preprod.antadis.fr/themes/versionecologique/mails/header3.jpg';
$template_vars['{header_img}'] = 'http://versionecologique.preprod.antadis.fr/themes/versionecologique/mails/header-mail.jpg';
$template_vars['{footer_img}'] = 'http://versionecologique.preprod.antadis.fr/themes/versionecologique/mails/footer-mail.jpg';
$template_vars['{box-border-color}'] = '#e1e1e1';
$template_vars['{box-bg-color}'] = '#ffffff';