コード例 #1
0
ファイル: Admin.php プロジェクト: hahuunguyen/DTUI_201105
 /**
  * Preloads a template with the template handler for use later.
  *
  * @param string Template name
  */
 public function preloadTemplate($templateName)
 {
     XenForo_Template_Admin::preloadTemplate($templateName);
 }