From e99b699b42216ad5a111c89ff714302ac1c65a83 Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Tue, 30 Aug 2005 07:35:15 +0000
Subject: [PATCH] =?UTF-8?q?Bugfix=20pour=20la=20partie=20telephonie=20la?=
 =?UTF-8?q?=20bouton=20Accueil=20restait=20s=E9lectionn=E9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 htdocs/includes/menus/barre_top/default.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php
index 4420af5ffda..af1df7f9a89 100644
--- a/htdocs/includes/menus/barre_top/default.php
+++ b/htdocs/includes/menus/barre_top/default.php
@@ -85,7 +85,7 @@ class MenuTop {
             $id="sel";
         }
 
-        if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|projet)\/",$_SERVER["PHP_SELF"])) {
+        if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|telephonie|projet)\/",$_SERVER["PHP_SELF"])) {
             $id="sel";
         }
         else {
-- 
GitLab