Esempio n. 1
0
File: App.php Progetto: Hildy/cerb5
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->_TPL_PATH = dirname(dirname(__FILE__)) . '/templates/';
 }
Esempio n. 2
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->tpl_path = dirname(dirname(__FILE__)) . '/templates';
 }