54 lines
2.2 KiB
HTML
Executable File
54 lines
2.2 KiB
HTML
Executable File
{include file=$header title=$page_info[0].title description=$page_info[0].description keywords=$page_info[0].keywords}
|
|
<!-- 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="/" style="text-decoration: none;">Старт</a>
|
|
<span>{$page_info[0].title}</span>
|
|
</div>
|
|
</div>
|
|
<div class="col"><h1 style="font-size: 20pt; color: #fff;"class="text-right">{$page_info[0].title}</h1></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Page info end -->
|
|
{if $smarty.session.user_id}
|
|
<div class="container">
|
|
<div class="alert alert-dark" role="alert" style="border-radius: 0px 0px 10px 10px;">
|
|
<a href="/blog_edit/"><i class="fa-regular fa-square-plus" title="Создать статью" style="font-size: 22pt;"></i></a>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
<!-- categories section -->
|
|
<section class="categories-section spad">
|
|
<div class="container">
|
|
<div class="section-title">
|
|
<h2>{$page_info[0].title}</h2>
|
|
|
|
<p>{$page_info[0].description}</p>
|
|
</div>
|
|
<div class="row">
|
|
|
|
{section name=customer loop=$list}{if $list[customer].id}
|
|
<!-- categorie -->
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="categorie-item">
|
|
<div class="ci-thumb set-bg" data-setbg="img/webdev.jpg"></div>
|
|
<div class="ci-text">
|
|
<h5><a href="/page/{$list[customer].id}" style="color: #000; text-decoration: none;">{$list[customer].title}</a></h5>
|
|
<p>{$list[customer].description}</p>
|
|
<span>{$list[customer].t|t}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{/if}{/section}
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{include file=$footer} |