From b7c97cdc389bdb0dfa4bdd40e2384cea1ef4d9d5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 Dec 2010 10:42:34 +0000 Subject: [PATCH] Fix: Missing title --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 74bcf17b9ad..93ec558b894 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -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);