예제 #1
0
 /**
  *
  * construct the output object
  */
 public function __construct()
 {
     $this->theme = UGMainOutput::THEME_VIDEO;
     parent::__construct();
 }
예제 #2
0
 /**
  *
  * construct the output object
  */
 public function __construct()
 {
     $this->theme = UGMainOutput::THEME_TILES;
     $this->isTilesType = true;
     parent::__construct();
 }