From 3f1c8318001013e1cb2455983e51ff117c428dd7 Mon Sep 17 00:00:00 2001 From: Andras Kende Date: Wed, 15 Aug 2012 14:24:15 -0700 Subject: [PATCH 1/2] update to use fetch --- app/View/Layouts/Emails/html/default.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Layouts/Emails/html/default.ctp b/app/View/Layouts/Emails/html/default.ctp index 4d360d908..e574a9ba1 100644 --- a/app/View/Layouts/Emails/html/default.ctp +++ b/app/View/Layouts/Emails/html/default.ctp @@ -22,7 +22,7 @@ <?php echo $title_for_layout;?> - + fetch('content');?>

This email was sent using the CakePHP Framework

From 8511a6a17803eb470b166d84f0e886196dfb3711 Mon Sep 17 00:00:00 2001 From: Andras Kende Date: Wed, 15 Aug 2012 14:24:38 -0700 Subject: [PATCH 2/2] update to use fetch --- app/View/Layouts/Emails/text/default.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Layouts/Emails/text/default.ctp b/app/View/Layouts/Emails/text/default.ctp index 94ed22249..c2a683a7c 100644 --- a/app/View/Layouts/Emails/text/default.ctp +++ b/app/View/Layouts/Emails/text/default.ctp @@ -16,6 +16,6 @@ * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ ?> - +fetch('content');?> This email was sent using the CakePHP Framework, http://cakephp.org.