From 96e849986bec7aead7ef355421f6b01afbbd26ca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Jul 2006 01:02:52 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Menu=20haut=20pouvait=20avoir=202=20s=E9?= =?UTF-8?q?lections?= 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 eb429b209d0..660f88b6bcc 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -90,7 +90,7 @@ class MenuTop { $id="sel"; } - if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|telephonie|energie|boutique|oscommerce_ws|projet)\/",$_SERVER["PHP_SELF"])) { + if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fichinter|fourn|telephonie|energie|boutique|oscommerce_ws|projet)\/",$_SERVER["PHP_SELF"])) { $id="sel"; } else {