From 04d24aaba3732a98ffba847bd83ff87953e1bda2 Mon Sep 17 00:00:00 2001 From: koke228666 <146654074+koke228666@users.noreply.github.com> Date: Fri, 7 Mar 2025 22:51:31 +0300 Subject: [PATCH] =?UTF-8?q?make=20creating=20avatar=20=E2=9C=A8better?= =?UTF-8?q?=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/Presenters/templates/Group/View.xml | 16 +++++++++------- Web/Presenters/templates/User/View.xml | 10 ++++++---- Web/static/js/al_wall.js | 11 +++++++---- 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml index 2fd929152..8ad540f7f 100644 --- a/Web/Presenters/templates/Group/View.xml +++ b/Web/Presenters/templates/Group/View.xml @@ -129,13 +129,15 @@ {var $avatarLink = ((is_null($avatarPhoto) ? FALSE : $avatarPhoto->isAnonymous()) ? "/photo" . ("s/" . base_convert((string) $avatarPhoto->getId(), 10, 32)) : $club->getAvatarLink())}