_settings = $settings; $this->_router = $router; $this->setTemplateDir(ROOT . DS . APP . '/templates/sternenkindsaga/'); $this->setCompileDir(ROOT . DS . APP . '/Caches/templates_c/'); $this->setConfigDir(ROOT . DS . APP . '/Caches/configs/'); $this->setCacheDir(ROOT . DS . APP . '/Caches/cache/'); $this->assign('router', $this->_router); $this->assign('path', ROOT . DS . APP); $this->assign('settings', $this->_settings); } }