Merge pull request #776 from andraskende/2.2

update email layout to use fetch
This commit is contained in:
Mark Story 2012-08-15 16:32:44 -07:00
commit bc2d449487
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<title><?php echo $title_for_layout;?></title>
</head>
<body>
<?php echo $content_for_layout;?>
<?php echo $this->fetch('content');?>
<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
</body>

View file

@ -16,6 +16,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
?>
<?php echo $content_for_layout;?>
<?php echo $this->fetch('content');?>
This email was sent using the CakePHP Framework, http://cakephp.org.