From c7111447b9de2f58c09d8dfcee374855910add75 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 22 Jun 2007 07:53:08 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20essai=20pour=20r=E9soudre=20le=20probl?= =?UTF-8?q?=E8me=20de=20lien=20webcalendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/menus/barre_top/auguria_backoffice.php | 2 +- htdocs/main.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/menus/barre_top/auguria_backoffice.php b/htdocs/includes/menus/barre_top/auguria_backoffice.php index da2e8290448..556ea6ae561 100644 --- a/htdocs/includes/menus/barre_top/auguria_backoffice.php +++ b/htdocs/includes/menus/barre_top/auguria_backoffice.php @@ -96,7 +96,7 @@ class MenuTop { if ($tabMenu[$i]['right'] == true) { - print '
  • atarget?" target=$tabMenu[$i]['atarget']":"").'>'.$tabMenu[$i]['titre'].'
  • '; + print '
  • atarget?" target=$this->atarget":"").'>'.$tabMenu[$i]['titre'].'
  • '; } else { diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index bfd5650faa2..e329094a6a6 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -684,7 +684,7 @@ function top_menu($head, $title="", $target="") if (! $conf->top_menu) $conf->top_menu ='eldy_backoffice.php'; if (! $conf->left_menu) $conf->left_menu='eldy_backoffice.php'; - top_htmlhead($head, $title, $target); + top_htmlhead($head, $title); print '
    ';