]> _ Git - cubeextranet.git/commitdiff
done #3535 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 31 Mar 2020 08:06:26 +0000 (08:06 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 31 Mar 2020 08:06:26 +0000 (08:06 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 6bba1ad1c8b91a154cc7eefec7c38b1be3e2d6d7..68fe80038daf88d693bcf78a5ee5d1fe98a29d02 100644 (file)
@@ -1294,7 +1294,7 @@ class wsHTML5Compiler
         $linksCopy = $links;
 
         foreach ($linksCopy as $k => $linkData) {
-            if ($linkData['type'] == 35) {
+            if ($linkData['type'] == 35 || $linkData['type']==15) {
                 $linkData = wsLinks::decryptLink($linkData);
                 $animation = contentLink::parseAnimation($linkData['image_rollover']);
                 if (isset($animation['backgroundColor']) && $animation['backgroundColor'] != 'transparent') {