Exemple #1
0
 public static function WidgetFramework_setPageContainer(XenForo_Template_Abstract $template)
 {
     if (!$template instanceof XenForo_Template_Public) {
         return;
     }
     self::$_WidgetFramework_pageContainerTemplate = $template;
 }