diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index 774cab42780..db39540ccbc 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -51,7 +51,7 @@ if (strstr($GLOBALS["SCRIPT_URL"],DOL_URL_ROOT.'/compta/')) print ''; if ($user->compta > 0) { - print 'Compta'; + print 'Compta'; } else { @@ -64,7 +64,7 @@ else print ''; if ($user->compta > 0) { - print 'Compta'; + print 'Compta'; } else { @@ -75,14 +75,15 @@ else print ''; if ($conf->produit->enabled ) { - print 'Produits'; + print 'Produits'; } else { print '-'; } print ''; -if ($conf->webcal->enabled) { +if ($conf->webcal->enabled) +{ print 'Calendrier'; }; print ' ';