Ajout menu commande

This commit is contained in:
Rodolphe Quiedeville 2003-03-11 16:24:49 +00:00
parent 363ef621ec
commit 8cd10f779a

View File

@ -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");