From 4c62280fd32f86f797d6a0c2164cc3842315b655 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 14 Oct 2003 09:50:37 +0000 Subject: [PATCH] Modif des liens ajouts index.php --- htdocs/pre.inc.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index 7d524b1b03a..211dae7082b 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -86,24 +86,19 @@ function llxHeader($head = "") { } } - if ($conf->service->enabled ) - { - $menu->add(DOL_URL_ROOT."/service/", "Services"); - } - if ($conf->adherent->enabled ) { - $menu->add(DOL_URL_ROOT."/adherents/", "Adherents"); + $menu->add(DOL_URL_ROOT."/adherents/index.php", "Adherents"); } if ($conf->commande->enabled) { - $menu->add(DOL_URL_ROOT."/commande/", "Commandes"); + $menu->add(DOL_URL_ROOT."/commande/index.php", "Commandes"); } if ($conf->don->enabled) { - $menu->add(DOL_URL_ROOT."/compta/dons/", "Dons"); + $menu->add(DOL_URL_ROOT."/compta/dons/index.php", "Dons"); } if ($conf->fournisseur->enabled)