]> _ Git - cubeextranet.git/commitdiff
wait #4548 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Jun 2021 14:03:43 +0000 (14:03 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Jun 2021 14:03:43 +0000 (14:03 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index ac4ed965578e721edee09a63acbc2a955291932f..9ea41ef90b1c6b408256ef47070a9941d919ceba 100644 (file)
@@ -329,6 +329,10 @@ class wsHTML5Compiler
             $this->initMobileFirst();
         }
 
+
+        if ((int)$this->theme->parametres->iconSet < 15) {
+            $this->theme->parametres->iconSet = 15;
+        }
         $this->svgfiles = array($this->assets . '/images/symbols/interface.svg',
             WS_ICONS . '/' . $this->theme->parametres->iconSet . '/interface.svg');
 
@@ -1310,9 +1314,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
                 }
             }
 
-            if ($this->theme->parametres->iconSet < 15) {
-                $this->theme->parametres->iconSet = 15;
-            }
 
 
             $svg = '';