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();