From 43f2dc624bc33ee2c44de970e6aee529aecbbdec Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 29 Nov 2004 15:33:30 +0000 Subject: [PATCH] Ajout du titre --- htdocs/fourn/commande/pre.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php index 7b7e86c3571..231234b84a8 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -21,7 +21,7 @@ */ require("../../main.inc.php"); -function llxHeader($head = "", $urlp = "") +function llxHeader($head = "", $title = "") { global $user, $langs; $langs->load("orders"); @@ -29,7 +29,7 @@ function llxHeader($head = "", $urlp = "") * * */ - top_menu($head); + top_menu($head, $title); $menu = new Menu();