Beispiel #1
0
 /**
  * Preloads a template with the template handler for use later.
  *
  * @param string Template name
  */
 public function preloadTemplate($templateName)
 {
     XenForo_Template_Install::preloadTemplate($templateName);
 }