28 lines
834 B
HTML
28 lines
834 B
HTML
{include file=$header title={$page[0].title}}
|
|
|
|
|
|
<!-- Page info -->
|
|
<div class="page-info-section set-bg" data-setbg="img/page-bg/3.jpg">
|
|
<div class="container" style="position: absolute; margin-top:215px; margin-left: auto; margin-right: auto; left: 0; right: 0;">
|
|
<div class="row" style="z-index: 400;">
|
|
<div class="col-sm-4">
|
|
<div class="site-breadcrumb">
|
|
<a href="/">Старт</a>
|
|
<span>Вход на сайт</span>
|
|
</div>
|
|
</div>
|
|
<div class="col"><h1 style="font-size: 20pt; color: #fff;"class="text-right">{$page[0].title}</h1></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Page info end -->
|
|
<div class="container mt-3">
|
|
|
|
{$page[0].txt}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{include file=$footer} |