From: vincent@cubedesigners.com Date: Tue, 8 Sep 2020 16:18:33 +0000 (+0000) Subject: wait #3880 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=00d5eb3eb6fbfe88651022836e8033b22b44ef81;p=cubeextranet.git wait #3880 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index e250a354f..b392685e0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -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) {