diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp index c20d170e8..c7d67871f 100644 --- a/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp +++ b/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp @@ -29,7 +29,9 @@ echo $this->Html->css('cake.generic'); - echo $scripts_for_layout; + echo $this->fetch('meta'); + echo $this->fetch('css'); + echo $this->fetch('script'); ?>
@@ -41,8 +43,7 @@ Session->flash(); ?> - - + fetch('content'); ?> element('sql_dump'); ?> -