Merge pull request #20120 from RomainDeschamps/14.0
Add ticket page in user personal landpage
This commit is contained in:
commit
c770e232ff
@ -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