From: vincent@cubedesigners.com Date: Wed, 3 Jan 2024 11:40:13 +0000 (+0000) Subject: wait #6606 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=35d1341ee9195442bd9a3dd493993906ff25b614;p=cubeextranet.git wait #6606 @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 94c8897d6..f19e581cb 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -3168,7 +3168,7 @@ height="0" width="0" style="display:none;visibility:hidden"> // Archives // Header $header = 'header{'; - $header .= 'height:' . $this->theme->parametres->menuHeight . 'px;'; + $this->lessVariables['menu-height'] = $this->theme->parametres->menuHeight . 'px'; if ($mi = $this->checkThemeImage($this->theme->parametres->menuImage)) { $this->vdir->copy($mi, 'data/images/' . $this->theme->parametres->menuImage); $header .= 'background-image:url(../images/' . $this->theme->parametres->menuImage . ');';