This commit is contained in:
Manuel Raynaud
2013-11-27 21:12:17 +01:00
parent 33e0a854f2
commit 476e3062e5

View File

@@ -7,7 +7,7 @@ Layouts
Mail layouts are used to provide a layout to all or some of the e-mails sent by Mail layouts are used to provide a layout to all or some of the e-mails sent by
the Thelia core or the modules. the Thelia core or the modules.
The layouts should have the 'tpl' extension, and shoud use {$message_body} as the The layouts should have the 'tpl' extension, and should use {$message_body} as the
placeholder of the final message content. placeholder of the final message content.
For example, a minimal layout is : For example, a minimal layout is :
@@ -37,7 +37,7 @@ A Template contains the body of a specific message. It can be used It may exten
in this case, you SHOULD NOT select this layout as the message layout in the back office. in this case, you SHOULD NOT select this layout as the message layout in the back office.
HTML templates SHOULD have the 'html' extension to be displayed in the "Name of HTML templates SHOULD have the 'html' extension to be displayed in the "Name of
the text template file" menu in the back-office. the HTML template file" menu in the back-office.
TEXT templates SHOULD have the 'text' extension to be displayed in the "Name of TEXT templates SHOULD have the 'text' extension to be displayed in the "Name of
the text template file" menu in the back-office. the text template file" menu in the back-office.