28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* Template Name: Контакты/Contacts
|
|
*/
|
|
?>
|
|
<?php
|
|
get_header();
|
|
?>
|
|
<div class="page contacts">
|
|
<?php
|
|
get_template_part( 'parts/contacts/contacts-header');
|
|
get_template_part( 'parts/contacts/contacts-text');
|
|
// get_template_part( 'parts/map-block');
|
|
|
|
?>
|
|
<div class="contacts-map armanty_map_desktop" style="width: 100%; max-width: 1360px; margin: 0 auto;">
|
|
<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="width: 100%; max-width: 1360px; margin: 0 auto;">
|
|
<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();
|
|
?>
|