From: stephen@cubedesigners.com Date: Tue, 3 Oct 2017 14:38:39 +0000 (+0000) Subject: Merge master changes to burgermenu branch. WIP #807 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=077f77ccfb0127b21a9217802c404cfa21c9c50a;p=cubeextranet.git Merge master changes to burgermenu branch. WIP #807 @0:05 --- diff --git a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php index 6a206ed98..f18078e60 100644 --- a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php @@ -1297,6 +1297,7 @@ class wsHTML5Compiler { $lessVariables['book-page-height'] = $h; $lessVariables['shadow-opacity'] = wsHTML5::colorToArray($this->theme->parametres->bookShadeColor)['opacity'] * 1.2; + $lessVariables['edges-display'] = $this->_lessBoolean($this->theme->parametres->usePageEdges); $res[] = '.portrait #pages,.portrait .doublePage.page,.page,.doublePage._3d{width:' . $w . ';max-width:' . $w . ';height:' . $h . ';max-height:' . $h . '}'; $res[] = '.doublePage,#pages,#links,#searchHighlights{width:' . $w2 . ';max-width:' . $w2 . ';height:' . $h . ';max-height:' . $h . '}';