Пример #1
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->plugin_path = dirname(dirname(__FILE__)) . '/';
 }
Пример #2
0
 function __construct($manifest)
 {
     $this->_TPL_PATH = dirname(dirname(dirname(__FILE__))) . '/templates/';
     parent::__construct($manifest);
 }
Пример #3
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->tpl_path = dirname(dirname(__FILE__)) . '/templates';
 }