diff --git a/library/ZendAfi/View/Helper/Accueil/MenuVertical.php b/library/ZendAfi/View/Helper/Accueil/MenuVertical.php index f1a72572d143242bf8ba97134c12057c89485c6b..78a2e9a65221b341183bb202d6f8761f42f82425 100644 --- a/library/ZendAfi/View/Helper/Accueil/MenuVertical.php +++ b/library/ZendAfi/View/Helper/Accueil/MenuVertical.php @@ -38,6 +38,13 @@ class ZendAfi_View_Helper_Accueil_MenuVertical extends ZendAfi_View_Helper_Accue private $path_ico; + /** Désactivé car pose problèmes avec les liens vodeclic qui doivent être contextuels */ + public function shouldCacheContent() { + return false; + } + + + /** * @return array */