]> _ Git - cubeextranet.git/commitdiff
done #1684 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 Oct 2017 09:29:14 +0000 (09:29 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 Oct 2017 09:29:14 +0000 (09:29 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index c7c9d6194364886337fd7cfc1889bedf80f705a4..ab1368ea69f47914f0a0a7ff343477f0be1ee9c0 100644 (file)
@@ -1281,6 +1281,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 . '}';