getModuleName()); $layoutPath = APPLICATION_PATH . '/modules/' . $moduleName . '/views/layout'; if (!file_exists($layoutPath . '/' . $this->_default . '.phtml')) { // use the default module's path. $layoutPath = APPLICATION_PATH . '/modules/default/views/layout'; } $layout->setLayoutPath($layoutPath); $layout->setLayout($this->_default); } }