diff --git a/inc_header.php b/inc_header.php
index 5e65a4b..bb1fd9b 100644
--- a/inc_header.php
+++ b/inc_header.php
@@ -364,9 +364,30 @@ if (!$blnPreloaderOnLoad && !empty($strCode) && $strCode === 'compte_inc_tableau
}
} else {
if ($blnInscrGestionShell && isset($_SESSION['com_id'])) {
+ if (!function_exists('fxInscrGestionRenderFullAccountLink')) {
+ require_once __DIR__ . '/php/inc_fx_inscriptions_gestion.php';
+ }
?>
+
+ -
+
+
+
+
-
diff --git a/mobile.php b/mobile.php
index 4b58dae..9961151 100644
--- a/mobile.php
+++ b/mobile.php
@@ -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 '
';
diff --git a/php/inc_fx_inscriptions_gestion.php b/php/inc_fx_inscriptions_gestion.php
index 8e7a2bb..843c370 100644
--- a/php/inc_fx_inscriptions_gestion.php
+++ b/php/inc_fx_inscriptions_gestion.php
@@ -546,8 +546,9 @@ function fxInscrGestionFullAccountUrl($strLangue) {
return $vDomaine . ($strLangue === 'en' ? '/account' : '/compte');
}
-/** MSIN-4401 — Bouton « Retour au tableau de bord / Mon compte » (entrée /mobile). */
+/** MSIN-4401 — Bouton « Retour au tableau de bord / Mon compte » (rendu dans inc_header sur /mobile). */
function fxInscrGestionRenderFullAccountLink($strLangue) {
+ // Conservé pour appels éventuels ; l'UI principale est dans inc_header (zone Mon compte / Déconnexion).
$intComId = intval($_SESSION['com_id'] ?? 0);
if (!fxInscrGestionShouldShowFullAccountLink($intComId)) {
return;
diff --git a/php/inc_settings.php b/php/inc_settings.php
index 26281b0..de79b7c 100644
--- a/php/inc_settings.php
+++ b/php/inc_settings.php
@@ -7,7 +7,7 @@
* Constantes *
*
**************/
-define('_VERSION_CODE', '4.72.787');
+define('_VERSION_CODE', '4.72.788');
define('_DATE_CODE', '2026-07-13');
//MSIN-4290
define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');