From b33048dc729117fd1037613eb236a088e06b078e Mon Sep 17 00:00:00 2001
From: ANDRIANIRINARISOA Paul Antenaina Louis Francki
 <franckiantenaina@gmail.com>
Date: Fri, 14 Feb 2025 18:21:22 +0300
Subject: [PATCH] up icon with image in page element

---
 views/element/about.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/views/element/about.php b/views/element/about.php
index f95e848e0..e1883334e 100755
--- a/views/element/about.php
+++ b/views/element/about.php
@@ -909,7 +909,9 @@ function redirigerVersPage(url) {
             elt: {
                 id: contextData.id,
                 type: contextData.type,
-                geo: contextData.geo
+                geo: contextData.geo,
+                profilImageUrl: contextData.profilImageUrl,
+                profilMediumImageUrl: contextData.profilMediumImageUrl,
             },
             center: true
         };
-- 
GitLab