public function getTemplatesPaths($coreOnly = false) { $paths = parent::getTemplatesPaths($coreOnly); $paths[] = $this->config['namespace_path'] . "templates/default/"; return $paths; }