예제 #1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "statistics/" . $_GET['x'] . ".tpl";
     $this->registerCss("statistics", $_GET['x']);
     $this->show();
 }
예제 #2
0
파일: Cunity.php 프로젝트: rcrrich/cunity
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "cunity/" . $_GET['x'] . ".tpl";
     $this->registerCss("cunity", $_GET['x']);
 }
예제 #3
0
파일: Login.php 프로젝트: rcrrich/cunity
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     Login::loginRequired();
     $this->registerCss("dashboard", "dashboard");
 }
예제 #5
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "appearance/" . $_GET['x'] . ".tpl";
     $this->registerCss("appearance", $_GET['x']);
 }