From: vincent@cubedesigners.com Date: Fri, 11 Mar 2022 17:54:52 +0000 (+0000) Subject: wait #5149 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ded01f64aeef4bfaa648b876eb0d8cf7116ccc4a;p=cubeextranet.git wait #5149 --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index ddc5f9c61..384e9a001 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -681,7 +681,12 @@ class wsUrl if (!isset($infos['pattern'])) { $infos['pattern'] = '$1_$2'; } - $res .= '
  • ' . $infos['icon'] . $infos['title'] . '
  • '; + + $h = SITE_PATH; + if ($_SERVER['HTTP_HOST'] == 'exe.workshop.fluidbook.com') { + $h = 'https://workshop.fluidbook.com' . SITE_PATH; + } + $res .= '
  • ' . $infos['icon'] . $infos['title'] . '
  • '; } } $res .= '';