diff --git a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php index 8a26fff5..657ab8f9 100644 --- a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php +++ b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/PagewidgetController.php @@ -496,6 +496,13 @@ class PagewidgetController extends Controller $imagemedia=true; } } + // Si url classique on igonore l'usage de la sonde dnma + else { + if(stripos($url,"?")===false) + $url.="?notsondednma=true"; + else + $url.="¬sondednma=true"; + } // Spécifique Deviant Art if(strpos($url, "images-wixmp") !== false) $imagemedia=true;