Update mobile registration links and enhance access logic
This commit modifies the mobile registration links to point to the correct routes, ensuring proper navigation for users. Additionally, it refines the logic for displaying mobile access based on user permissions, introducing a new function to check for legacy promoteur menu access. These changes improve the user experience and maintain consistency in the mobile module's functionality.
This commit is contained in:
@ -709,6 +709,7 @@ require_once("inc_header.php");
|
||||
$blnBoutonRetour = false;
|
||||
$footer_script = true;
|
||||
$blnHideCompteTitle = true;
|
||||
fxInscrMobileInitTextes($strLangue);
|
||||
include("inc_tableau_inscriptions_mobile.php");
|
||||
break;
|
||||
case 'compte_inc_tableau_mail_entraineurs':
|
||||
|
||||
Reference in New Issue
Block a user