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:
2026-06-19 12:32:43 -04:00
parent 52f9b632fb
commit fb4f74d48f
4 changed files with 25 additions and 3 deletions

View File

@ -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':