Added 'Mon Compte' menu exclusion in the global definition of EXCLUDETOOLSFROMUSERMENU

This commit is contained in:
Rooty 2020-12-17 00:29:59 +01:00
parent bfebae3457
commit ea53eebcae

View File

@ -88,5 +88,6 @@ $GLOBALS['EXCLUDETOOLSFROMGUESTMENU']=array(
);
$GLOBALS['EXCLUDETOOLSFROMUSERMENU']=array(
"Mon Compte"
);
?>