Ajout menu commande
This commit is contained in:
parent
363ef621ec
commit
8cd10f779a
@ -79,6 +79,11 @@ function llxHeader($head = "") {
|
|||||||
$menu->add("/adherents/", "Adherents");
|
$menu->add("/adherents/", "Adherents");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($conf->commande->enabled)
|
||||||
|
{
|
||||||
|
$menu->add("/commande/", "Commandes");
|
||||||
|
}
|
||||||
|
|
||||||
$menu->add("/compta/dons/", "Dons");
|
$menu->add("/compta/dons/", "Dons");
|
||||||
|
|
||||||
$menu->add("/fourn/index.php3", "Fournisseurs");
|
$menu->add("/fourn/index.php3", "Fournisseurs");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user