diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index 95c274abe69..3770f56f657 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -27,7 +27,7 @@ if (defined('MAIN_MODULE_COMMERCIAL') && MAIN_MODULE_COMMERCIAL == 1) print ''; if ($user->comm > 0 && $conf->commercial ) { - print 'Commercial'; + print 'Commercial'; } else { @@ -39,7 +39,7 @@ if (defined('MAIN_MODULE_COMMERCIAL') && MAIN_MODULE_COMMERCIAL == 1) print ''; if ($user->comm > 0 && $conf->commercial ) { - print 'Commercial'; + print 'Commercial'; } else {