diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index ec50a9212e6..ad8dc669592 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -133,8 +133,11 @@ function llxHeader($head = "") { $menu->add(DOL_URL_ROOT."/postnuke/articles/index.php", "Editorial"); } - $menu->add(DOL_URL_ROOT."/rapport/", "Rapports"); - + if ($conf->rapport->enabled) + { + $menu->add(DOL_URL_ROOT."/rapport/", "Rapports"); + } + $menu->add(DOL_URL_ROOT."/user/index.php", "Utilisateurs"); if ($user->admin)