Fix: bad position of title

This commit is contained in:
Regis Houssin 2010-09-10 12:05:26 +00:00
parent dd8b92e5f0
commit 39e8ff606e

View File

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