Merge pull request #20120 from RomainDeschamps/14.0

Add ticket page in user personal landpage
This commit is contained in:
Laurent Destailleur 2022-02-18 21:09:23 +01:00 committed by GitHub
commit c770e232ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);