From: vincent@cubedesigners.com Date: Mon, 10 Jan 2022 11:24:32 +0000 (+0000) Subject: done #5011 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=27b6e85e895c8598f3b5a09f96ce4008f37e30e0;p=cubeextranet.git done #5011 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 6b2e58b82..b2a666cba 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1806,6 +1806,11 @@ class inlineSlideshowLink extends slideshowLink return $this->generateSlideshow('inline'); } + public function getAdditionnalContent() + { + return parent::getAdditionnalContent(). ' data-slideshow-lib="'.$this->compiler->book->parametres->inlineSlideshowLibrary.'"'; + } + public function keep() { return false;