Fix: Missing title

This commit is contained in:
Laurent Destailleur 2010-12-29 10:42:34 +00:00
parent 9b1b616c5f
commit b7c97cdc38

View File

@ -375,7 +375,7 @@ else
*/
$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
llxHeader('','',$help_url);
llxHeader('',$langs->trans("ThirdParty"),$help_url);
$form = new Form($db);
$formfile = new FormFile($db);