2020-06-07 19:04:43 +03:00
|
|
|
{extends "../@layout.xml"}
|
|
|
|
{block title}{_"welcome"}{/block}
|
|
|
|
|
|
|
|
{block header}
|
|
|
|
{_"welcome"}
|
|
|
|
{/block}
|
|
|
|
|
|
|
|
{block content}
|
2021-11-06 15:02:12 +03:00
|
|
|
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
|
2020-06-07 19:04:43 +03:00
|
|
|
<center>
|
|
|
|
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_"log_in"}</a>
|
2021-11-06 15:02:12 +03:00
|
|
|
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['registration']['enable']" class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a>
|
|
|
|
</center>
|
|
|
|
{* TO-DO: Add statistics about this instance as on mastodon.social *}
|
2020-06-07 19:04:43 +03:00
|
|
|
{/block}
|