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
20 lines
532 B
XML
20 lines
532 B
XML
{extends "@layout.xml"}
|
|
{block title}{_"banned_title"}{/block}
|
|
|
|
{block header}
|
|
{_"banned_header"}
|
|
{/block}
|
|
|
|
{block content}
|
|
<center>
|
|
<img src="/assets/packages/static/openvk/img/oof.apng" alt="{_'banned_alt'}" style="width: 20%;" />
|
|
</center>
|
|
<p>
|
|
{tr("banned_1", htmlentities($thisUser->getCanonicalName()))|noescape}<br/>
|
|
{tr("banned_2", htmlentities($thisUser->getBanReason()))|noescape}
|
|
</p>
|
|
<hr/>
|
|
<p>
|
|
{tr("banned_3", urlencode($csrfToken))|noescape}
|
|
</p>
|
|
{/block}
|