From 3b27e20b8b45fb2bae1452f6159b496c4d5bc588 Mon Sep 17 00:00:00 2001 From: lamasgergo Date: Fri, 24 Feb 2017 09:23:18 +0100 Subject: [PATCH 1/2] Path fix When using a theme in a plugin the correct path is added --- en/core-libraries/email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/core-libraries/email.rst b/en/core-libraries/email.rst index acbd1f5c8c..e55e614d7a 100644 --- a/en/core-libraries/email.rst +++ b/en/core-libraries/email.rst @@ -302,7 +302,7 @@ You can do this using themes by telling Email to use appropriate theme using This allows you to override the ``new_comment`` template in your theme without modifying the Blog plugin. The template file needs to be created in the following path: -**src/Template/Plugin/TestTheme/Blog/Email/text/new_comment.ctp**. +**src/Template/Plugin/TestTheme/PLugin/Blog/Email/text/new_comment.ctp**. Sending Attachments =================== From c4c9d904398153ab546c6c445743a26c69d353ae Mon Sep 17 00:00:00 2001 From: lamasgergo Date: Fri, 24 Feb 2017 09:25:00 +0100 Subject: [PATCH 2/2] Typo --- en/core-libraries/email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/core-libraries/email.rst b/en/core-libraries/email.rst index e55e614d7a..4094373ada 100644 --- a/en/core-libraries/email.rst +++ b/en/core-libraries/email.rst @@ -302,7 +302,7 @@ You can do this using themes by telling Email to use appropriate theme using This allows you to override the ``new_comment`` template in your theme without modifying the Blog plugin. The template file needs to be created in the following path: -**src/Template/Plugin/TestTheme/PLugin/Blog/Email/text/new_comment.ctp**. +**src/Template/Plugin/TestTheme/Plugin/Blog/Email/text/new_comment.ctp**. Sending Attachments ===================