mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
20 lines
510 B
XML
20 lines
510 B
XML
{extends "../@layout.xml"}
|
|
|
|
{block title}
|
|
{_section_maintenance}
|
|
{/block}
|
|
|
|
{block header}
|
|
{_section_maintenance}
|
|
{/block}
|
|
|
|
{block content}
|
|
<div class="container_gray">
|
|
<center style="background: white;border: #DEDEDE solid 1px;">
|
|
<img src="/assets/packages/static/openvk/img/oof.apng" style="width: 20%;" />
|
|
<span style="color: #707070;margin: 10px 0;display: block;">
|
|
{tr("undergoing_section_maintenance", $name)|noescape}
|
|
</span>
|
|
</center>
|
|
</div>
|
|
{/block}
|