예제 #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();
 }