]> _ Git - cubeextranet.git/commitdiff
wait #3880 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 8 Sep 2020 16:18:33 +0000 (16:18 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 8 Sep 2020 16:18:33 +0000 (16:18 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index e250a354f3a07b9dad52a47b9797ca436e001637..b392685e03e916648039e721564d1606ea11268d 100644 (file)
@@ -1039,6 +1039,10 @@ class wsHTML5Compiler
                 }
             }
 
+            if ($this->theme->parametres->iconSet < 15) {
+                $this->theme->parametres->iconSet = 15;
+            }
+
             $svgfiles = array($this->assets . '/images/interface.svg', WS_ICONS . '/' . $this->theme->parametres->iconSet . '/interface.svg');
             $svg = '';
             foreach ($svgfiles as $svgfile) {