From 39e8ff606e32365b094ac757610981279035aac0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 10 Sep 2010 12:05:26 +0000 Subject: [PATCH] Fix: bad position of title --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);