public function __construct() { $this->path = Sydney_Tools_Paths::getLocalPath() . '/layouts/'; }
/** * */ protected function loadInstanceViewHelpers() { $localInstanceHelpersPath = Sydney_Tools_Paths::getLocalPath() . '/library/View/Helper'; if (file_exists($localInstanceHelpersPath)) { $this->view->addHelperPath($localInstanceHelpersPath, 'Publicms_View_Helper'); } }