diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml index 980fe554..7699a1f7 100644 --- a/Web/Presenters/templates/Group/View.xml +++ b/Web/Presenters/templates/Group/View.xml @@ -91,7 +91,9 @@ {presenter "openvk!Wall->wallEmbedded", -$club->getId()}
- + {var avatarPhoto = $club->getAvatarPhoto()} + {var avatarLink = ($avatarPhoto->isAnonymous() ? "/photo" . ("s/" . base_convert((string) $avatarPhoto->getId(), 10, 32)) : $club->getAvatarLink())} +