Julio Montoya 12 жил өмнө
parent
commit
ac429ae7ce

+ 3 - 3
main/inc/lib/display.lib.php

@@ -18,9 +18,9 @@
  */
 class Display
 {
-    /* The main template */
-    static $global_template;
-    static $preview_style = null;
+    /** The main template */
+    public static $global_template;
+    public static $preview_style = null;
 
     public function __construct()
     {