update to use fetch

This commit is contained in:
Andras Kende 2012-08-15 14:24:15 -07:00
parent 4c6453501e
commit 3f1c831800

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>