示例#1
0
 public function __construct()
 {
     if (!isset($_SESSION)) {
         session_start();
     }
     $this->module = OpenSms::getCurrentModule();
     $this->data['currentTheme'] = OpenSms::getCurrentTheme();
 }