From: soufiane Date: Thu, 10 Apr 2025 16:26:26 +0000 (+0200) Subject: wait #7477 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=50764c8f605607527be197bdbaec9733ca62527a;p=fluidbook-v3.git wait #7477 @0:05 --- diff --git a/framework/application/views/helpers/HeaderContactNav.php b/framework/application/views/helpers/HeaderContactNav.php index 9b4c270..af64a1e 100644 --- a/framework/application/views/helpers/HeaderContactNav.php +++ b/framework/application/views/helpers/HeaderContactNav.php @@ -9,9 +9,10 @@ class Fluidbook_View_Helper_HeaderContactNav extends CubeIT_View_Helper_Abstract if(strstr(APPLICATION_ENV, 'learning')) { $this->htmlDeclaration()->addClass('elearning'); + }else { + $res[] = $this->linkInternal(__('Agences'), 'internal:agences',array('class'=>'agencies')); } - $res[] = $this->linkInternal(__('Agences'), 'internal:agences',array('class'=>'agencies')); $res[] = $this->linkQuote(__('Demandez un devis'),'',true); return $this->htmlElement($this->listUnordered($res), 'nav', array('id' => 'contactnav', 'role' => 'navigation'));