Files
AtomicOld/design/atomic/html/service.tpl
2026-02-15 18:29:53 +03:00

50 lines
1.7 KiB
Smarty
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="service-view row">
<div class="col-sm-12">
<div class="content">
<div class="page-content" style="margin-bottom: 30px;">
<div class="row">
<div class="col-sm-12 service-header">
<h1>{$page->header}</h1>
</div>
<div class="col-sm-12">{$page->toptext}
<!-- место после виджета
<h3>{$page->header}</h3>
-->
</div>
{*<div class="col-sm-12">
<img src="{$page->image|resizepage:390:113}" title="{$page->name}" title="{$page->name}" alt="{$page->name}" class="pull-left img-pull-left">
{$page->toptext}
</div>*}
</div>
</div>
<!--Вот форма отвечающая за обратную связь на сайте если ее комент то ее не будет-->
{include file='contact_form_inline.tpl'}
{*include file='graphic_block_services.tpl'*}
<div class="page-content">
<div class="row">
<div class="col-sm-12">
{$page->body}
</div>
</div>
</div>
<!-- хиты продаж -->
{if $related_products}{include file='service_products.tpl'}{/if}
<!-- / хиты продаж -->
<div class="page-content">
<div class="row">
<div class="col-sm-12">
{$page->bottext}
</div>
</div>
</div>
<!-- другие услуги -->
{include file='service_other.tpl'}
<!-- / другие услуги -->
{*include file='contact_form_and_social.tpl'*}
<p>Количество просмотров: {$page->visited}</p>
</div>
</div>
</div>