From 50764c8f605607527be197bdbaec9733ca62527a Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 10 Apr 2025 18:26:26 +0200 Subject: [PATCH] wait #7477 @0:05 --- framework/application/views/helpers/HeaderContactNav.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')); -- 2.39.5