From df205a3dcc486438830073df245c6e0e333db97f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 21 Jun 2021 14:03:43 +0000 Subject: [PATCH] wait #4548 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = ''; -- 2.39.5