From: vincent@cubedesigners.com Date: Tue, 30 Aug 2022 13:07:39 +0000 (+0000) Subject: wait #5420 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=18635a57f8dde238763a0f62306d9eb738446744;p=cubeextranet.git wait #5420 --- 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 3c0e63898..e2947d058 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1921,7 +1921,11 @@ class imageLink extends contentLink public function getHTMLContent() { - return ''; + if (stristr($this->image_rollover, 'type=zoom')) { + return '
'; + } else { + return ''; + } } }