|
|
@ -5,14 +5,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="footer-content"> |
|
|
|
<div class="footer-content"> |
|
|
|
<a href="/" class="logo"> |
|
|
|
<a href="/" class="logo"> |
|
|
|
<img src="{{ current_path }}/assets/img/logo-green.svg" alt=""> |
|
|
|
<img src="/wp-content/themes/cosmopet/static/img/svg/logo/logo-gradient.svg" alt=""> |
|
|
|
<span>сosmopet</span> |
|
|
|
|
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<p class="footer-content__address"> |
|
|
|
<p class="footer-content__address"> |
|
|
|
{{adres}} |
|
|
|
{{adres}} |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<ul class="footer__list"> |
|
|
|
<ul class="footer__list"> |
|
|
|
{% for item in email_list %} |
|
|
|
{% for item in email_list_ae %} |
|
|
|
<li class="footer-list__item"> |
|
|
|
<li class="footer-list__item"> |
|
|
|
<p>{{item.name}}</p> |
|
|
|
<p>{{item.name}}</p> |
|
|
|
<a href="mailto:{{item.email}}">{{item.email}}</a> |
|
|
|
<a href="mailto:{{item.email}}">{{item.email}}</a> |
|
|
@ -29,9 +28,9 @@ |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
{% for item in links %} |
|
|
|
<a href="/privacy-policy/" class="footer-about__text">Privacy Policy</a> |
|
|
|
<a href="{{item.link}}">{{item.name}}</a> |
|
|
|
<a href="/shipping-policy/" class="footer-about__text">Shipping Policy</a> |
|
|
|
{% endfor %} |
|
|
|
<a href="/terms-conditions/" class="footer-about__text">Terms and Conditions</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<form class="footer-contact form-process" action="contact_form"> |
|
|
|
<form class="footer-contact form-process" action="contact_form"> |
|
|
@ -41,7 +40,7 @@ |
|
|
|
<textarea name="message" class="form-textarea" name="" placeholder="{{ function('pll_e', 'Текст обращения') }}" id=""></textarea> |
|
|
|
<textarea name="message" class="form-textarea" name="" placeholder="{{ function('pll_e', 'Текст обращения') }}" id=""></textarea> |
|
|
|
<input type="hidden" name="from_url" value="{{ current_url }}"> |
|
|
|
<input type="hidden" name="from_url" value="{{ current_url }}"> |
|
|
|
<input type="hidden" name="form_name" value="Contact form in footer"> |
|
|
|
<input type="hidden" name="form_name" value="Contact form in footer"> |
|
|
|
<button class="footer-contact__submit" type="submit">{{ function('pll_e', 'ОТПРАВИТЬ') }}</button> |
|
|
|
<button class="footer-contact__submit" type="submit">{{ function('pll_e', 'SUBMIT') }}</button> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
{% elseif site_region == 'ru' %} |
|
|
|
{% elseif site_region == 'ru' %} |
|
|
@ -50,7 +49,7 @@ |
|
|
|
<div class="footer-content__wrap"> |
|
|
|
<div class="footer-content__wrap"> |
|
|
|
<div class="footer-content"> |
|
|
|
<div class="footer-content"> |
|
|
|
<a href="/" class="logo"> |
|
|
|
<a href="/" class="logo"> |
|
|
|
<img src="{{ current_path }}/assets/img/logo-green.svg" alt=""> |
|
|
|
<img src="/wp-content/themes/cosmopet/static/img/svg/logo/logo-gradient.svg" alt=""> |
|
|
|
<span>сosmopet</span> |
|
|
|
<span>сosmopet</span> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<p class="footer-content__address"> |
|
|
|
<p class="footer-content__address"> |
|
|
|