From: vincent@cubedesigners.com Date: Wed, 8 Dec 2021 08:47:16 +0000 (+0000) Subject: #4946 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6fb14ee8c8a193868836d895a29bffa0765b0d95;p=cubeextranet.git #4946 --- 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 8cb7c0a1f..eac719596 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -3258,13 +3258,13 @@ height="0" width="0" style="display:none;visibility:hidden"> public function writeXMLArticles() { $f = $this->book->parametres->articlesFile; + $this->lessVariables['articles-title-color'] = '#000000'; + $this->lessVariables['articles-font'] = 'Open Sans'; if ($f !== '' && file_exists($this->wdir . '/' . $f)) { $f = $this->wdir . '/' . $f; $mapFonts = ['OpenSans' => 'Open Sans']; - $this->lessVariables['articles-title-color'] = '#000000'; - $this->lessVariables['articles-font'] = 'Open Sans'; $this->addLess('articles'); if ($this->book->parametres->articlesStyle !== 'default') { $this->lessVariables['articles-styles'] = $this->book->parametres->articlesStyle;