From c282cbf4366831f9ed5789937922605572f86509 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 9 Nov 2021 17:30:30 +0000 Subject: [PATCH] wip #4854 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.39.5