예제 #1
0
파일: App.php 프로젝트: joegeck/cerb4
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->plugin_path = dirname(dirname(__FILE__)) . '/';
 }
예제 #2
0
파일: research.php 프로젝트: jsjohnst/cerb4
 function __construct($manifest)
 {
     $this->_TPL_PATH = dirname(dirname(dirname(__FILE__))) . '/templates/';
     parent::__construct($manifest);
 }
예제 #3
0
파일: App.php 프로젝트: joegeck/cerb4
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->tpl_path = dirname(dirname(__FILE__)) . '/templates';
 }