2020-06-07 19:04:43 +03:00
|
|
|
{extends "../@layout.xml"}
|
2022-08-09 09:37:08 +03:00
|
|
|
{block title}{_welcome}{/block}
|
2020-06-07 19:04:43 +03:00
|
|
|
|
|
|
|
{block header}
|
2022-08-09 09:37:08 +03:00
|
|
|
{_welcome}
|
2020-06-07 19:04:43 +03:00
|
|
|
{/block}
|
|
|
|
|
|
|
|
{block content}
|
2021-11-06 15:02:12 +03:00
|
|
|
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
|
2023-01-08 00:53:25 +03:00
|
|
|
|
|
|
|
<a href="/tour"><div class="tour" onmouseover="this.style.backgroundColor='#FCFBF5'" onmouseout="this.style.backgroundColor='#F9F6E7'" style="background-color: rgb(249, 246, 231);"><b>{_tour_title}</b><div>{_tour_promo}</div></div></a><br>
|
|
|
|
|
2020-06-07 19:04:43 +03:00
|
|
|
<center>
|
2022-08-09 09:37:08 +03:00
|
|
|
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_log_in}</a>
|
|
|
|
<a class="button" style="cursor: pointer;" href="/reg">{_registration}</a>
|
2021-11-06 15:02:12 +03:00
|
|
|
</center>
|
|
|
|
{* TO-DO: Add statistics about this instance as on mastodon.social *}
|
2020-06-07 19:04:43 +03:00
|
|
|
{/block}
|