Skip to content

Commit

Permalink
update to use fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Kende committed Aug 15, 2012
1 parent 4c64535 commit 3f1c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Layouts/Emails/html/default.ctp
Expand Up @@ -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>
Expand Down

0 comments on commit 3f1c831

Please sign in to comment.