From 397eb4651b1d8d7eda0e98ca0e4ab71f3ee06ede Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 13 Jul 2026 13:35:10 -0400 Subject: [PATCH] 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. --- inc_header.php | 21 +++++++++++++++++++++ mobile.php | 3 --- php/inc_fx_inscriptions_gestion.php | 3 ++- php/inc_settings.php | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) 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'; + } ?>