示例#1
0
文件: themes.php 项目: ZyXelP/oxwall
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultAction("chooseTheme");
     $this->feedback = OW::getFeedback();
 }
示例#2
0
文件: plugins.php 项目: ZyXelP/oxwall
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }