diff --git a/app/config/routes.php b/app/config/routes.php index 3dda7484a..304ee0ec2 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -31,7 +31,7 @@ /** * Here, we are connecting '/' (base path) to controller called 'Pages', * its action called 'display', and we pass a param to select the view file - * to use (in this case, /app/views/pages/home.thtml)... + * to use (in this case, /app/views/pages/home.ctp)... */ Router::connect('/', array('controller' => 'pages', 'action' => 'display', 'home')); /**