update to use fetch

This commit is contained in:
Andras Kende 2012-08-15 14:24:38 -07:00
parent 3f1c831800
commit 8511a6a178

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.