diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 7dc359b4568a2c1e91958c466f1d61fc9ca552f2..2d473efc3103d2379310dd0c5ae10c60ee03de07 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -66,7 +66,7 @@ $companystatic=new Societe($db); if (! empty($conf->propal->enabled)) $propalstatic=new Propal($db); if (! empty($conf->commande->enabled)) $orderstatic=new Commande($db); -llxHeader(); +llxHeader("",$langs->trans("CommercialArea")); print_fiche_titre($langs->trans("CommercialArea"),'','title_commercial.png');