Example #1
0
 public static function SetTemplatePath($path)
 {
     self::$tplset = new TemplateSet();
     self::$tplset->SetTemplatePath($path);
 }
Example #2
0
 public static function init()
 {
     self::$tplset = new TemplateSet();
 }