modification mineure des menus

This commit is contained in:
jlb 2003-03-05 17:34:22 +00:00
parent 467d2fac19
commit a47800ec15
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
* $Source$
*
*/
require("../main.inc.php3");
require($GLOBALS["DOCUMENT_ROOT"]."/main.inc.php3");
function llxHeader($head = "") {
global $user, $conf;
@ -44,7 +44,7 @@ function llxHeader($head = "") {
$menu->add("fiche.php?action=create","Nouvel adhérent");
}
$menu->add("/public/adherents/","Espace adherents public");
$menu->add("cotisations.php","Cotisations");

View File

@ -33,9 +33,9 @@ function llxHeader($head = "") {
$menu = new Menu();
$menu->add("","Non adherent");
$menu->add("/public/adherents/","Non adherent");
$menu->add_submenu("new.php","Inscription");
$menu->add("","Adherents");
$menu->add("/public/adherents/","Adherents");
$menu->add_submenu("priv_edit.php","Edition de sa fiche");
$menu->add_submenu("priv_liste.php","Liste des adherents");
/*