Files
vij/footer.php
2021-09-20 01:07:53 +03:00

79 lines
3.2 KiB
PHP
Raw 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.

<?php
/**
* The template for displaying the footer.
*/
?>
<div id="left">
<?php wp_nav_menu( array(
'menu_class'=>'menu_left',
'theme_location'=>'left'
));?>
<?php //блок мнений
include get_template_directory().'/blocks/opinion.php';?>
<?php //блок цитат
include get_template_directory().'/blocks/citata.php';?>
<?php include get_template_directory().'/blocks/events.php';?>
</div>
<div id="right">
<div id="socials">
<a href="https://vk.com/vizhuvizh" target="_blank"><i style="color: #3B83B5;" class="fab fa-vk btn_soc"></i></a>
<a href="https://www.facebook.com/vetandlife/" target="_blank"><i style="color: #3B83B5;" class="fab fa-facebook-square btn_soc"></i></a>
<a href="https://t.me/ViZHuvizh" target="_blank"><i style="color: #3B83B5;" class="fab fa-telegram-plane btn_soc"></i></a>
<a href="https://www.youtube.com/channel/UCGRWr7wG8zxFBMMKdPzYPUQ" target="_blank"><i style="color: red;" class="fab fa-youtube btn_soc"></i></a>
<a href="https://www.instagram.com/vet_and_life/?igshid=14wtpyo4zusm7" target="_blank"><i style="color: orange;" class="fab fa-instagram btn_soc"></i></a>
<!-- <div class="btn soc_vk"></div>
<div class="soc_btn soc_fb"></div>
<div class="soc_btn soc_telegram"></div>
<div class="soc_btn soc_youtube"></div>
<div class="soc_btn soc_instagram"></div> -->
</div>
<div id="form_subscript">
<script src="//web.webformscr.com/apps/fc3/build/loader.js" async sp-form-id="caf123c41c347524b52869629e2a958536e65900b89bb2f72592f6e4796d554e"></script>
</div>
<?php include get_template_directory().'/blocks/mosts.php';?>
</div>
</div><!-- end main -->
<footer>
<div id="footer_menu">
<?php wp_footer(); ?>
<?php wp_nav_menu( array(
'menu_class'=>'menu_footer',
'theme_location'=>'top'
));?>
<div id="footer_up">
<a href="#main">навверх</a>
</div>
</div>
<div id="footer_info">
<div id="header-contact">
<div id="head_tel"><a href="tel:79250634">+7 (495) 925 06 34</a></div>
<div id="head_mail"><a href="mailto:info@vetandlife.ru">info@vetandlife.ru</a></div>
</div>
</div>
<div id="copy">© Ветеринария и жизнь 2021</div>
Свидетельство о регистрации СМИ <a href="">Политика конфидициальности</a>
<div id="pere"><span id="rating">12+</span> При перепечатке и использовании информации с сайта «Ветеринария и жизнь» активная ссылка на использованный материал обязательна. При использовании материалов в печатных СМИ указывать источник — «Ветеринария и жизнь»</div>
</footer>
</body>
</html>