Update param_ihm.php
This commit is contained in:
parent
28e6acdae3
commit
5eb4d3408c
@ -207,6 +207,9 @@ if (!empty($conf->adherent->enabled)) {
|
||||
if (!empty($conf->agenda->enabled)) {
|
||||
$tmparray['comm/action/index.php?mainmenu=agenda&leftmenu='] = 'Agenda';
|
||||
}
|
||||
if (!empty($conf->ticket->enabled)) {
|
||||
$tmparray['ticket/list.php?mainmenu=ticket&leftmenu='] = 'Tickets';
|
||||
}
|
||||
|
||||
$head = user_prepare_head($object);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user