mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
a31655cf2d
Also fix the logout from the banned account
7 lines
319 B
XML
7 lines
319 B
XML
<center>
|
|
<img src="/assets/packages/static/openvk/img/oof.apng" alt="Пользователь заблокирован." style="width: 20%;" />
|
|
<p>
|
|
{tr("user_banned", htmlentities($user->getFirstName()))|noescape}<br/>
|
|
{_"user_banned_comment"} <b>{$user->getBanReason()}</b>.
|
|
</p>
|
|
</center>
|