Refactor account link rendering in mobile interface to improve user navigation. Move the full account link functionality to inc_header.php for better organization and visibility control. Update version code to 4.72.788, aligning with MSIN-4401 requirements for enhanced event management functionality.

This commit is contained in:
2026-07-13 13:35:10 -04:00
parent ec15b07f21
commit 397eb4651b
4 changed files with 24 additions and 5 deletions

View File

@ -104,9 +104,6 @@ require_once('inc_header.php');
echo fxMessage($_SESSION['msg'], '', $strLangue);
}
// MSIN-4401 — Sortie vers hub / Mon compte (si droits plus larges).
fxInscrGestionRenderFullAccountLink($strLangue);
if ($intEveId === 0) {
if (count($tabEveIds) === 0) {
echo '<div class="alert alert-warning" role="alert">';