Implement mobile registration functionality and update version code

This commit introduces new routing rules in .htaccess for mobile access, adds mobile-specific PHP includes and logic in compte.php, and enhances the footer scripts for mobile page handling. Additionally, new CSS styles are added to support the mobile registration interface. The version code is incremented to 4.72.670 to reflect these changes, improving the overall user experience for mobile users.
This commit is contained in:
2026-06-18 13:35:36 -04:00
parent a1c8fc787e
commit b7fa26d1e9
10 changed files with 959 additions and 1 deletions

View File

@ -260,6 +260,12 @@ if ($intEveId != 0) {
aria-hidden="true"></i> <?php echo afficheTexte('tableau_promoteur_menueinscription', 0); ?>
</a>
</li>
<li class="nav-item">
<a class="nav-list"
href="<?php echo $vDomaine; ?>/compte/inc_tableau_inscriptions_mobile?promoteur_eve_id=<?php echo urlencode(base64_encode($intEveId)); ?>&amp;lng=<?php echo $strLangue; ?>">
<i class="fa fa-mobile" aria-hidden="true"></i> <?php echo afficheTexte('tableau_promoteur_menu_inscriptions_mobile', 0); ?>
</a>
</li>
<!-- MSIN-3875 -->
<li class="nav-item">
<a class="nav-list"