]> _ Git - cubeextranet.git/commitdiff
done #2129 @0:10
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 30 Oct 2018 17:40:32 +0000 (17:40 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 30 Oct 2018 17:40:32 +0000 (17:40 +0000)
inc/ws/Controlleur/class.ws.url.php

index 46f9adfa35b591b2fff03c1463d67493161c32a0..36e508fea7e0f93121e0c682170c2ee6156b8638 100644 (file)
@@ -672,7 +672,7 @@ class wsUrl
                                if (!isset($infos['pattern'])) {
                                        $infos['pattern'] = '$1_$2';
                                }
-                               $res .= '<li data-type="' . $infos['type'] . '"><a class="popupFSBar" rel="toolbar=1,scrollbars=1" rev="' . $infos['version'] . '_$1" href="' . SITE_PATH . $infos['version'] . '/' . $infos['pattern'] . '/' . $infos['file'] . '">' . $infos['icon'] . $infos['title'] . '</a></li>';
+                               $res .= '<li data-type="' . $infos['type'] . '"><a target="_blank" href="' . SITE_PATH . $infos['version'] . '/' . $infos['pattern'] . '/' . $infos['file'] . '">' . $infos['icon'] . $infos['title'] . '</a></li>';
                        }
                }
                $res .= '</ul></div>';