diff --git a/zin/core/wg.class.php b/zin/core/wg.class.php index 12a3528d1f..cd0294b8cd 100644 --- a/zin/core/wg.class.php +++ b/zin/core/wg.class.php @@ -48,6 +48,14 @@ class wg protected $matchedPortals = NULL; + protected static $wgToBlockMap = array(); + + protected static $definedPropsMap = array(); + + private static $gidSeed = 0; + + private static $pageResources = array(); + public function __construct(/* string|element|object|array|null ...$args */) { $this->props = new props(); @@ -412,15 +420,8 @@ class wg return $defaultProps; } - protected static $wgToBlockMap = array(); - - protected static $definedPropsMap = array(); - - private static $gidSeed = 0; - - private static $pageResources = array(); - public static function getPageCSS() {} + public static function getPageJS() {} protected static function checkPageResources()