53 lines
2.1 KiB
HTML
53 lines
2.1 KiB
HTML
|
|
[viewBag]
|
||
|
|
|
||
|
|
[categories categories3]
|
||
|
|
active = 1
|
||
|
|
slug = "{{ :slug }}"
|
||
|
|
renderFeatures = "footer"
|
||
|
|
==
|
||
|
|
<footer class="footer">
|
||
|
|
<div class="auto_container">
|
||
|
|
<div class="footer_wrap">
|
||
|
|
<div class="footer_content">
|
||
|
|
|
||
|
|
<div class="foot_outer">
|
||
|
|
|
||
|
|
{% component 'categories3' %}
|
||
|
|
|
||
|
|
<div class="foot_col">
|
||
|
|
<div class="foot_title">
|
||
|
|
{{ 'footer.contacts'|_ }}
|
||
|
|
</div>
|
||
|
|
<div class="foot_box">
|
||
|
|
<div class="foot_item">
|
||
|
|
|
||
|
|
<div class="foot_phone-box">
|
||
|
|
<h4 class="foot_phone-text">
|
||
|
|
{{ 'footer.tel'|_ }}:
|
||
|
|
</h4>
|
||
|
|
<div>
|
||
|
|
<a href="tel:{{ phone }}">{{ phone }}</a>
|
||
|
|
<a href="tel:{{ phone_2 }}">{{ phone_2 }}</a>
|
||
|
|
<a href="tel:{{ phone_3 }}">{{ phone_3 }}</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="foot_item">
|
||
|
|
{{ 'footer.email'|_ }}: {{ email }}
|
||
|
|
</div>
|
||
|
|
<div class="foot_item">
|
||
|
|
{{ 'footer.address'|_ }}: {{ address|raw }}
|
||
|
|
</div>
|
||
|
|
<a href="{{'contact-us'|page}}" class="foot_item">
|
||
|
|
{{'page.contact_us'|_}}
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="copyright">
|
||
|
|
{{ 'footer.copyright'|_ }} / <a href="/{{activeLocale}}/rss" style="color: white;" target="_blank">RSS</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</footer>
|