コード例 #1
0
ファイル: index.class.php プロジェクト: Tramp1357/atlasorg
 public function getTemplatesPaths($coreOnly = false)
 {
     $paths = parent::getTemplatesPaths($coreOnly);
     $paths[] = $this->config['namespace_path'] . "templates/default/";
     return $paths;
 }