mirror of
https://github.com/openvk/openvk
synced 2024-11-11 17:49:37 +03:00
dee3942aef
This commit replaces the 404 error with a new template for deleted/non-existent users. (this commit was backported from profile-removal)
14 lines
336 B
XML
14 lines
336 B
XML
{extends "../@layout.xml"}
|
|
{block title}{_information}{/block}
|
|
|
|
{block header}
|
|
{_information}
|
|
{/block}
|
|
|
|
{block content}
|
|
<center style="background: white;border: #DEDEDE solid 1px;">
|
|
<span style="color: #707070;margin: 60px 0;display: block;">
|
|
{_profile_not_found_text}
|
|
</span>
|
|
</center>
|
|
{/block}
|