Add functionality to render a full account link in the mobile interface for users with extended permissions. Implement new functions to determine visibility and URL for the link, enhancing user navigation to the dashboard or account page. Update styles for the new button and increment version code to 4.72.787, aligning with MSIN-4401 requirements for improved event management functionality.
This commit is contained in:
@ -104,6 +104,9 @@ 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