From e9f085486354025f7102d1aeb1cc4ceae9e7b3a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Sep 2003 21:52:19 +0000 Subject: [PATCH] Modif appel de llxHeader pour pouvoir modifier la balise title --- htdocs/product/pre.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/pre.inc.php3 b/htdocs/product/pre.inc.php3 index 12c5232042f..3634309c29b 100644 --- a/htdocs/product/pre.inc.php3 +++ b/htdocs/product/pre.inc.php3 @@ -24,7 +24,7 @@ require("../main.inc.php3"); $types[0] = "produit"; $types[1] = "service"; -function llxHeader($head = "", $urlp = "") +function llxHeader($head = "", $urlp = "", $title="") { global $user, $conf; @@ -32,7 +32,7 @@ function llxHeader($head = "", $urlp = "") * * */ - top_menu($head); + top_menu($head, $title); $menu = new Menu();