Can I Place A New View File Under Protected ->Views->Site Folder?

Hi ,

this might be a silly problem but any help is appreciated.

Below doesn’t work when used with CMenu when I place the suite.php file under protected ->views->site (same level as index.php)




array('label' => 'SUITES', 'url' => array('/site/suite')),



but above works when the same file placed under protected ->views->site->pages




array('label' => 'LOCATION', 'url' => array('/site/page', 'view' => 'suite')),



Did you correctly created the action suite in the site controller?

Thanks that was it.