예제 #1
0
파일: Extended.php 프로젝트: Sywooch/forums
 public static function WidgetFramework_setPageContainer(XenForo_Template_Abstract $template)
 {
     if (!$template instanceof XenForo_Template_Public) {
         return;
     }
     self::$_WidgetFramework_pageContainerTemplate = $template;
 }