コード例 #1
0
ファイル: Theme_0.php プロジェクト: cretzu89/EPESI
 /**
  * For internal use only.
  */
 public function construct()
 {
     $this->set_inline_display();
     if (!isset(self::$theme)) {
         self::$theme = Base_ThemeCommon::get_default_template();
     }
     $this->smarty = Base_ThemeCommon::init_smarty();
 }