コード例 #1
0
ファイル: GWF_Button.php プロジェクト: sinfocol/gwf3
 /**
  * Preload button template.
  */
 public static function init()
 {
     if (self::$templateButtons === true) {
         self::$templateButtons = GWF_Template::templateMain('buttons.tpl');
         self::$templateTooltip = GWF_Template::templateMain('tooltip.tpl');
     }
 }