From: vincent@cubedesigners.com Date: Mon, 21 Jun 2021 14:03:43 +0000 (+0000) Subject: wait #4548 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=df205a3dcc486438830073df245c6e0e333db97f;p=cubeextranet.git wait #4548 @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 ac4ed9655..9ea41ef90 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -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"> } } - if ($this->theme->parametres->iconSet < 15) { - $this->theme->parametres->iconSet = 15; - } $svg = '';