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:
@ -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">';
|
||||
|
||||
Reference in New Issue
Block a user