diff --git a/htdocs/product/index.php b/htdocs/product/index.php index fe5f00c4d5d..8d18ba19614 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -64,7 +64,7 @@ if ((isset($_GET["type"]) && $_GET["type"] == 1) || empty($conf->product->enable $helpurl='EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios'; } -llxHeader("",$helpurl,$langs->trans("ProductsAndServices")); +llxHeader("",$langs->trans("ProductsAndServices"),$helpurl); print_fiche_titre($transAreaType);