From 892b4827a65b878851d9cc05402567ac24cf52c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Jun 2004 23:14:20 +0000 Subject: [PATCH] =?UTF-8?q?Possibilit=E9=20d'int=E9grer=20webcalendar=20au?= =?UTF-8?q?=20sein=20meme=20de=20l'IHM=20Dolibarr.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f0853d2b541..0a74ba80402 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -416,7 +416,7 @@ $bc[1]="class=\"pair\""; * */ -function top_menu($head, $title="") +function top_menu($head, $title="", $target="") { global $user, $conf, $langs; @@ -481,12 +481,12 @@ function top_menu($head, $title="") print ''; print ""; - // Sommet menu de gauche + // Sommet menu de gauche, lien accueil global $PHP_SELF; $class=""; if ($_SESSION["topmenu"] && $_SESSION["topmenu"] == "accueil") { $class="menusel"; } elseif (ereg('^\/[^\\\/]+$',$PHP_SELF) || ereg('^\/user\/',$PHP_SELF) || ereg('^\/admin\/',$PHP_SELF)) { $class="menusel"; } - print ''; + print ''; // Sommet géré par gestionnaire de menu du haut print '