From: vincent@cubedesigners.com Date: Tue, 9 Nov 2021 17:30:30 +0000 (+0000) Subject: wip #4854 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c282cbf4366831f9ed5789937922605572f86509;p=cubeextranet.git wip #4854 @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 cae1d201c..0736704fc 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -704,6 +704,10 @@ class wsHTML5Compiler public function writeCartConfig() { + if($this->book->parametres->cartLinkAppearance=='overlay'){ + $this->svgfiles[]=$this->assets . '/images/symbols/cart-overlay.svg'; + } + if ($this->config->basket) { $this->addJsLib('cart', 'js/libs/fluidbook/fluidbook.cart.js'); switch ($this->config->basketManager) {