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