From 00d5eb3eb6fbfe88651022836e8033b22b44ef81 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 8 Sep 2020 16:18:33 +0000 Subject: [PATCH] wait #3880 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.39.5