Quelques modifs sur les templates de mail (MAJ du logo) et de PDF (nouveau logo également)

This commit is contained in:
2020-05-03 15:07:19 +02:00
parent 87ab48357e
commit 042aaf33d8
88 changed files with 4715 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************}
{*
This is the default HTML mail layout. Use {$message_body} as a placeholder for
the HTML message defined in the 'HTML Message' field in the back-office, or the
content of the selected template in the back-office.
Be sure to use the nofilter modifier, to prevent HTML escaping.
DO NOT DELETE THIS FILE, some plugins may use it.
*}
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
{default_translation_domain domain='email.default'}
{default_locale locale={$locale}}
{block name='message-body'}{$message_body nofilter}{/block}