Пример #1
0
 /**
  * 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();
 }