From 151a1056a89c8aee9cb78585b83517f64214fa09 Mon Sep 17 00:00:00 2001 From: themohooks <81331307+themohooks@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:51:16 +0300 Subject: [PATCH] fix profile picture --- views/pages/Profile/Index.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/views/pages/Profile/Index.php b/views/pages/Profile/Index.php index 220c44a..18cf63f 100644 --- a/views/pages/Profile/Index.php +++ b/views/pages/Profile/Index.php @@ -29,13 +29,13 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]); if ($userprofile->i('id') === Auth::userid()) { ?>
+
-
+ i('content'), true)['aboutmemo']['value'] != null) { ?> @@ -175,7 +175,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]); =nl2br(json_decode($userprofile->i('content'), true)['aboutmemo']['value'])?> - + |