Exemplo n.º 1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "statistics/" . $_GET['x'] . ".tpl";
     $this->registerCss("statistics", $_GET['x']);
     $this->show();
 }
Exemplo n.º 2
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "cunity/" . $_GET['x'] . ".tpl";
     $this->registerCss("cunity", $_GET['x']);
 }
Exemplo n.º 3
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 4
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     Login::loginRequired();
     $this->registerCss("dashboard", "dashboard");
 }
Exemplo n.º 5
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_templateFile = "appearance/" . $_GET['x'] . ".tpl";
     $this->registerCss("appearance", $_GET['x']);
 }