diff --git a/cake/console/libs/templates/views/home.ctp b/cake/console/libs/templates/views/home.ctp index 11978b413..fc9c687e7 100644 --- a/cake/console/libs/templates/views/home.ctp +++ b/cake/console/libs/templates/views/home.ctp @@ -85,8 +85,8 @@ if (!empty(\$filePresent)): $output .= "\n"; $output .= "

Editing this Page

\n"; $output .= "

\n"; -$output .= "To change the content of this page, edit: ".VIEWS."pages".DS."home.ctp.
\n"; -$output .= "To change its layout, edit: ".VIEWS."layouts".DS."default.ctp.
\n"; +$output .= "To change the content of this page, edit: ".$dir."pages".DS."home.ctp.
\n"; +$output .= "To change its layout, edit: ".$dir."layouts".DS."default.ctp.
\n"; $output .= "You can also add some CSS styles for your pages at: ".$dir."webroot".DS."css.\n"; $output .= "

\n"; ?> \ No newline at end of file