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