mirror of
https://github.com/openvk/openvk
synced 2024-12-25 01:51:03 +03:00
21 lines
719 B
XML
21 lines
719 B
XML
{extends "../@layout.xml"}
|
|
{block title}{_"welcome"}{/block}
|
|
|
|
{block headIncludes}
|
|
{if !empty(OPENVK_ROOT_CONF['openvk']['appearance']['description'])}
|
|
<meta name="description" content="{= OPENVK_ROOT_CONF['openvk']['appearance']['description']}" />
|
|
{/if}
|
|
{/block}
|
|
|
|
{block header}
|
|
{_"welcome"}
|
|
{/block}
|
|
|
|
{block content}
|
|
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
|
|
<center>
|
|
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_"log_in"}</a>
|
|
<a class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a>
|
|
</center>
|
|
{* TO-DO: Add statistics about this instance as on mastodon.social *}
|
|
{/block}
|