From f92d9c7707981ba68985a9fa37e06382d1a238ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Sep 2004 12:38:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20titre=20non=20pass=E9=20en=20param?= =?UTF-8?q?=E8tre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/pre.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/pre.inc.php b/htdocs/fourn/pre.inc.php index c8d329ab1da..9b5f8653086 100644 --- a/htdocs/fourn/pre.inc.php +++ b/htdocs/fourn/pre.inc.php @@ -21,15 +21,14 @@ */ require("../main.inc.php"); -function llxHeader($head = "", $urlp = "") -{ +function llxHeader($head = "", $title="") { global $user, $conf; /* * * */ - top_menu($head); + top_menu($head, $title); $menu = new Menu();