]> _ Git - cubeextranet.git/commitdiff
wait #3235 @0.1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 Dec 2019 12:12:49 +0000 (12:12 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 Dec 2019 12:12:49 +0000 (12:12 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 832cac69b64b17d80913443ee24cbc846143bee8..6e8ecef587f9a49caf249f8a8568d2a743200595 100644 (file)
@@ -1984,6 +1984,7 @@ class wsHTML5Compiler
         // Chapters
         $lessVariables['menu-chapters-columns-count'] = max(1, min(6, $this->book->parametres->chaptersColumns));
         $lessVariables['menu-chapters-columns-width'] = $this->book->parametres->chaptersColMaxWidth;
+        $lessVariables['menu-chapters-font-size'] = $this->book->parametres->chaptersFontSize;
 
         foreach ($this->book->chapters as $chapter) {
             if (substr($chapter->page, 0, 1) != '#') {