Code |
Context $cmsPage = $this->CmsPage->find('first', array('conditions' => array('CmsPage.title' => $slug)));
if(empty($cmsPage)){
$firstPage = $this->CmsMenu->find('first', array('order' => array('CmsMenu.order ASC')));
$id = "CommunicationCenter.html"
$parent = ""
$slug = "CommunicationCenter.html"
$cmsPage = false
CmsPagesController::view() - APP/controllers/cms_pages_controller.php, line 51
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83