Skip to content

Commit

Permalink
FIX : header title in commercial area
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Aug 31, 2016
1 parent 5d7414d commit 18cf2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/index.php
Expand Up @@ -66,7 +66,7 @@
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');

Expand Down

0 comments on commit 18cf2f8

Please sign in to comment.