22 lines
935 B
PHP
22 lines
935 B
PHP
<?php
|
|
/**
|
|
* Template Name: Контакты/Contacts
|
|
*/
|
|
?>
|
|
|
|
<?php get_header(); ?>
|
|
<div class="page contacts">
|
|
<?php
|
|
get_template_part( 'parts/page-header');
|
|
get_template_part( 'parts/contacts/contacts-text');
|
|
?>
|
|
<div class="contacts-map armanty_map_desktop" style="">
|
|
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Af18ed4c0cd95416d562fde1c5e3dc89675e160302780e8f981fc5f8fc709412f&width=1280&height=720&lang=ru_RU&scroll=true"></script>
|
|
</div>
|
|
|
|
<div class="contacts-map armanty_map_mobile" style="">
|
|
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A4ce98d9dce69d7b215cc3206427d64224c40b45b58131a2522b9b52668eb89ab&width=500&height=400&lang=ru_RU&scroll=true"></script>
|
|
</div>
|
|
</div>
|
|
|
|
<?php get_footer(); ?>
|