From 8dc1e4ec306cb2bceaa9f70fd0f52a163f7b2904 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jul 2009 13:20:52 +0000 Subject: [PATCH] Doc --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 1382a19aa31..0640745c051 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -784,7 +784,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs * \brief Show an HTML header + a BODY + The top menu bar * \param head lignes d'en-tete head * \param title titre page web - * \param target target du menu Accueil + * \param target target to add in menu links */ function top_menu($head, $title='', $target='') { @@ -793,7 +793,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); + top_htmlhead($head, $title); // Show html headers print '
';