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')),