Ajout filtre
This commit is contained in:
parent
f458875877
commit
36c6a8adbe
@ -48,9 +48,15 @@ function llxHeader($head = "", $urlp = "") {
|
|||||||
$menu->add("/fichinter/", "Fiches d'intervention");
|
$menu->add("/fichinter/", "Fiches d'intervention");
|
||||||
}
|
}
|
||||||
|
|
||||||
$menu->add("/product/", "Produits");
|
if ($conf->produit->enabled )
|
||||||
|
{
|
||||||
|
$menu->add("/product/", "Produits");
|
||||||
|
}
|
||||||
|
|
||||||
$menu->add("/service/", "Services");
|
if ($conf->service->enabled )
|
||||||
|
{
|
||||||
|
$menu->add("/service/", "Services");
|
||||||
|
}
|
||||||
|
|
||||||
$menu->add("projet/", "Projets");
|
$menu->add("projet/", "Projets");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user