diff --git a/htdocs/pre.inc.php3 b/htdocs/pre.inc.php3 index fb8f8dffa33..3abffe380f5 100644 --- a/htdocs/pre.inc.php3 +++ b/htdocs/pre.inc.php3 @@ -79,6 +79,11 @@ function llxHeader($head = "") { $menu->add("/adherents/", "Adherents"); } + if ($conf->commande->enabled) + { + $menu->add("/commande/", "Commandes"); + } + $menu->add("/compta/dons/", "Dons"); $menu->add("/fourn/index.php3", "Fournisseurs");