modification mineure des menus
This commit is contained in:
parent
467d2fac19
commit
a47800ec15
@ -19,7 +19,7 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require("../main.inc.php3");
|
require($GLOBALS["DOCUMENT_ROOT"]."/main.inc.php3");
|
||||||
|
|
||||||
function llxHeader($head = "") {
|
function llxHeader($head = "") {
|
||||||
global $user, $conf;
|
global $user, $conf;
|
||||||
@ -44,7 +44,7 @@ function llxHeader($head = "") {
|
|||||||
$menu->add("fiche.php?action=create","Nouvel adhérent");
|
$menu->add("fiche.php?action=create","Nouvel adhérent");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$menu->add("/public/adherents/","Espace adherents public");
|
||||||
|
|
||||||
$menu->add("cotisations.php","Cotisations");
|
$menu->add("cotisations.php","Cotisations");
|
||||||
|
|
||||||
|
|||||||
@ -33,9 +33,9 @@ function llxHeader($head = "") {
|
|||||||
|
|
||||||
$menu = new Menu();
|
$menu = new Menu();
|
||||||
|
|
||||||
$menu->add("","Non adherent");
|
$menu->add("/public/adherents/","Non adherent");
|
||||||
$menu->add_submenu("new.php","Inscription");
|
$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_edit.php","Edition de sa fiche");
|
||||||
$menu->add_submenu("priv_liste.php","Liste des adherents");
|
$menu->add_submenu("priv_liste.php","Liste des adherents");
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user