Files
vij/footer.php

317 lines
11 KiB
PHP
Raw Normal View History

2021-09-16 12:14:35 +03:00
<?php
/**
* The template for displaying the footer.
*/
?>
2021-09-28 22:25:21 +03:00
2021-09-16 12:14:35 +03:00
<div id="left">
2021-09-18 01:30:09 +03:00
2021-12-12 19:26:50 +03:00
<?php // include VIJ_CACHE.'leftmenu.html';?>
2023-07-28 11:59:42 +03:00
<?php if (LANG_VERSION == 'en'){
get_blocks_gen( 'left_menu_en' );
} else {
get_blocks_gen( 'left_menu' );
}
//get_template_part( '/blocks/leftmenu');?>
2021-12-12 19:26:50 +03:00
<?if (LANG_VERSION == 'ru'):?>
2021-12-13 13:11:04 +03:00
2023-07-28 11:59:42 +03:00
<?php // get_template_part( '/blocks/opinion', null, ['subclass' => '']);
get_blocks_gen('opinion');
?>
<?php // get_template_part( '/blocks/citats');
get_blocks_gen( 'citats' );?>
2021-12-12 19:26:50 +03:00
<?php //include VIJ_CACHE.'opinion.html';?>
<?php //get_template_part( '/blocks/citata', null, ['subclass' => '']);?>
<?php get_template_part( '/blocks/events');?>
<?php //include VIJ_CACHE.'events.html';?>
2021-12-13 13:11:04 +03:00
<div class="right-info">
<a href="https://www.youtube.com/channel/UCOXOjXmMNl8eVO4ldrv5c5Q" target="_blank">
<img src="https://vetandlife.ru/wp-content/uploads/2021/10/melano-live.png" width="240" height="200" />
</a>
2022-08-16 10:37:55 +03:00
</div>
2023-12-15 16:52:30 +03:00
<div class="right-info">
<!-- Yandex.RTB R-A-4145099-1 -->
<div id="yandex_rtb_R-A-4145099-1"></div>
<script>
window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
"blockId": "R-A-4145099-1",
"renderTo": "yandex_rtb_R-A-4145099-1"
})
})
</script>
</div>
2022-08-16 10:37:55 +03:00
2022-10-14 16:50:33 +03:00
2022-08-16 10:37:55 +03:00
2021-12-13 13:11:04 +03:00
<?endif?>
2021-10-31 13:01:31 +03:00
2021-09-18 01:30:09 +03:00
2021-09-16 12:14:35 +03:00
</div>
2021-09-28 22:25:21 +03:00
2021-09-16 12:14:35 +03:00
2021-09-18 01:30:09 +03:00
<div id="right">
2021-09-16 12:14:35 +03:00
<div id="socials">
2021-09-20 01:07:53 +03:00
<a href="https://vk.com/vizhuvizh" target="_blank"><i style="color: #3B83B5;" class="fab fa-vk 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>
2022-04-06 00:10:37 +03:00
<a href="https://www.youtube.com/c/ВетеринарияиЖизнь" target="_blank"><i style="color: red;" class="fab fa-youtube btn_soc"></i></a>
2021-09-20 01:07:53 +03:00
<!-- <div class="btn soc_vk"></div>
2021-09-16 12:14:35 +03:00
<div class="soc_btn soc_fb"></div>
<div class="soc_btn soc_telegram"></div>
<div class="soc_btn soc_youtube"></div>
2021-09-20 01:07:53 +03:00
<div class="soc_btn soc_instagram"></div> -->
2021-09-18 01:30:09 +03:00
</div>
2021-11-03 00:34:03 +03:00
<?php include get_template_directory().'/blocks/archive.php';?>
<?php //include VIJ_CACHE.'archive.html'?>
2021-09-24 23:18:38 +03:00
2021-09-28 22:25:21 +03:00
<div id="subscript_box">
<div id="convert"></div>
2021-12-10 18:00:54 +03:00
<div class="right_title"><?=vij_lang('email_title', LANG_VERSION);?></div>
2021-09-28 22:25:21 +03:00
<div id="subscript-mail">
2023-05-13 00:33:13 +03:00
<form class="form-right" action="https://vetandlife.ru/subscript" method="post">
2021-12-10 18:00:54 +03:00
<input сlass="frm_mail" type="email" required name="email" placeholder="<?=vij_lang('your_mail', LANG_VERSION);?>">
2021-09-28 22:25:21 +03:00
<input type="hidden" name="sender" value="info@vetandlife.ru">
2021-12-10 18:00:54 +03:00
<button class="frm_submit"><?=vij_lang('email_btn', LANG_VERSION);?></button>
2021-09-28 22:25:21 +03:00
</form>
</div>
2021-12-10 18:00:54 +03:00
</div>
2021-09-28 22:25:21 +03:00
2021-12-13 13:11:04 +03:00
<?if (LANG_VERSION == 'ru'):?>
2022-08-22 19:37:00 +03:00
2024-04-04 21:44:28 +03:00
<?echo do_shortcode('[custom_ad slot_id="1"]');?>
2023-12-15 16:52:30 +03:00
2023-11-06 16:21:36 +03:00
<div class="right-info">
<? banners_conf_display( 'right_240x400_1' ) ?>
</div>
<div class="right-info">
<? banners_conf_display( 'right_240x400_2' ) ?>
</div>
2021-12-13 13:11:04 +03:00
<div class="right-info">
2023-12-15 16:52:30 +03:00
<? banners_conf_display( 'right_240x400_3' ) ?>
2021-12-13 13:11:04 +03:00
</div>
2023-11-06 16:21:36 +03:00
2023-12-15 16:52:30 +03:00
2021-12-13 13:11:04 +03:00
<?endif?>
2021-11-08 15:17:42 +03:00
2021-11-22 22:22:04 +03:00
2021-12-12 19:26:50 +03:00
<?if (LANG_VERSION == 'en'){
get_template_part( '/blocks/regulation');
}
else {
2023-07-28 11:59:42 +03:00
// get_template_part( '/blocks/zakons');
get_blocks_gen( 'zakons' );
}?>
2023-03-23 13:18:58 +03:00
2021-12-12 19:26:50 +03:00
<?if (LANG_VERSION == 'en'):?>
<?get_template_part( '/blocks/enmosts', null, ['subclass' => '']);?>
<?get_template_part( '/blocks/enmosts', null, ['subclass' => 'mob-lite']);?>
<?else:?>
2022-12-29 07:23:18 +03:00
<?//get_template_part( '/blocks/mosts', null, ['subclass' => '']);?>
<?//get_template_part( '/blocks/mosts', null, ['subclass' => 'mob-lite']);?>
<?include VIJ_CACHE.'top.html'?>
<?//include VIJ_CACHE.'top_mob.html'?>
2022-01-11 23:06:02 +03:00
<?endif?>
2021-11-23 14:43:46 +03:00
<?//php include VIJ_CACHE.'mosts.html';?>
2022-08-16 10:37:55 +03:00
2021-09-18 01:30:09 +03:00
</div>
2022-08-16 10:37:55 +03:00
2021-09-16 12:14:35 +03:00
</div><!-- end main -->
2021-11-22 22:22:04 +03:00
2022-01-13 20:33:50 +03:00
<?if (LANG_VERSION == 'ru'):?>
2021-12-24 18:40:40 +03:00
2022-04-26 00:46:54 +03:00
2022-01-13 20:33:50 +03:00
<div class="mobile-info">
<a href="https://www.youtube.com/channel/UCOXOjXmMNl8eVO4ldrv5c5Q" target="_blank">
<img src="https://vetandlife.ru/wp-content/uploads/2021/10/melano-live.png" width="240" height="200" />
</a>
</div>
2021-12-25 00:10:28 +03:00
2022-12-29 07:23:18 +03:00
<?//get_template_part( '/blocks/mosts', null, ['subclass' => 'mob-lite']);?>
<?include VIJ_CACHE.'top_mob.html'?>
<?get_template_part( '/blocks/enmosts', null, ['subclass' => 'mob-lite']);?>
2022-08-22 19:37:00 +03:00
2021-12-25 00:10:28 +03:00
<?endif?>
2021-12-24 18:40:40 +03:00
2022-01-13 20:33:50 +03:00
<?php include get_template_directory().'/blocks/mobile-gazeta.php';?>
2021-11-22 22:22:04 +03:00
2021-12-21 15:44:24 +03:00
2022-01-13 20:33:50 +03:00
<?if (LANG_VERSION == 'ru'):?>
2022-12-29 07:23:18 +03:00
2024-04-04 21:44:28 +03:00
<?echo do_shortcode('[custom_ad slot_id="3"]');?>
2023-12-15 16:52:30 +03:00
2023-11-06 16:21:36 +03:00
<div class="mobile-info">
<? banners_conf_display( 'right_240x200_1' ) ?>
</div>
<div class="mobile-info">
<? banners_conf_display( 'right_240x200_2' ) ?>
</div>
2022-12-29 07:23:18 +03:00
2022-01-13 20:33:50 +03:00
<div class="mobile-info">
2023-12-15 16:52:30 +03:00
<? banners_conf_display( 'right_240x200_3' ) ?>
</div>
2022-01-11 23:06:02 +03:00
2023-11-06 16:21:36 +03:00
2022-01-11 23:06:02 +03:00
2022-01-13 20:33:50 +03:00
<?endif?>
2021-12-21 15:44:24 +03:00
2021-12-28 21:37:04 +03:00
<?php include get_template_directory().'/blocks/mobile-subscript.php';?>
2021-12-21 15:44:24 +03:00
2023-12-15 16:52:30 +03:00
<!-- Yandex.RTB R-A-4145099-4 -->
<script>
window.yaContextCb.push(()=>{
Ya.Context.AdvManager.render({
"blockId": "R-A-4145099-4",
"type": "floorAd",
"platform": "touch"
})
})
</script>
2022-01-13 20:33:50 +03:00
<footer id="footer">
2021-12-10 21:41:57 +03:00
2021-09-20 01:07:53 +03:00
<div id="footer_menu">
<?php wp_footer(); ?>
2021-12-10 21:41:57 +03:00
<?if (LANG_VERSION == 'en'){
$mainmenu = 'topenmenu';
}
else{
$mainmenu = 'topmenu';
}
?>
2021-09-24 23:18:38 +03:00
<div class="footer_sub">
<?php wp_nav_menu( array(
2021-12-10 21:41:57 +03:00
'menu_class' => 'menu_footer',
'menu' => $mainmenu
2021-09-20 01:07:53 +03:00
));?>
2021-09-24 23:18:38 +03:00
</div>
2021-09-20 01:07:53 +03:00
<div id="footer_up">
2021-12-10 18:00:54 +03:00
<a href="#main"><?=vij_lang('up_bth', LANG_VERSION);?>&nbsp;&nbsp;<i class="fas fa-chevron-up"></i></a>
2021-09-20 01:07:53 +03:00
</div>
</div>
2021-09-16 12:14:35 +03:00
<div id="footer_info">
2022-03-29 11:07:00 +03:00
<!-- <div id="footer_qr">
2022-02-15 21:00:14 +03:00
<img id="img_qr" src = "<?=get_stylesheet_directory_uri()?>/pub/icons/qvij.svg" width="100" height="100" />
2021-12-10 21:41:57 +03:00
<p class="vazh"><?=vij_lang('qrtitle', LANG_VERSION);?></p>
2022-03-29 11:07:00 +03:00
</div> -->
2022-04-06 00:10:37 +03:00
2022-03-29 11:07:00 +03:00
<div id="footer_qr">
2022-04-06 00:10:37 +03:00
<div class="footer_qr qr_vk">
<img id="img_qr" src = "<?=get_stylesheet_directory_uri()?>/pub/icons/qr-vk.svg" width="100" height="100" />
<p class="vazh">"ВиЖ"<br>ВКонтакте</p>
</div>
<div class="footer_qr qr_telega">
<img id="img_qr" src = "<?=get_stylesheet_directory_uri()?>/pub/icons/qr-telega.svg" width="100" height="100" />
<p class="vazh">"ВиЖ"<br>Telegram</p>
</div>
</div>
2022-03-29 11:07:00 +03:00
2021-09-28 22:25:21 +03:00
<div id="footer-contact">
2021-09-16 12:14:35 +03:00
<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>
2021-09-24 23:18:38 +03:00
<div id="footer_logo">
2021-12-13 13:11:04 +03:00
<a href="<?php echo vij_lang('link_version', LANG_VERSION); ?>"><img src = "<?=get_stylesheet_directory_uri().vij_lang('path_logo', LANG_VERSION);?>" alt = "<?=vij_lang('alt_logo', LANG_VERSION);?>" width="180"/></a>
2021-09-24 23:18:38 +03:00
</div>
<div id="footer_subscript">
2021-10-11 22:29:11 +03:00
<button class="sub_button" onclick="location.href='https://vetandlife.ru/subscripts'" type="button">
2021-12-10 18:00:54 +03:00
<?=vij_lang('subscript_btn', LANG_VERSION);?> </button>
2021-09-24 23:18:38 +03:00
</div>
<div id="socials_footer">
<a href="https://vk.com/vizhuvizh" target="_blank"><i style="color: #3B83B5;" class="fab fa-vk 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>
2022-04-06 00:10:37 +03:00
<a href="https://www.youtube.com/c/ВетеринарияиЖизнь" target="_blank"><i style="color: red;" class="fab fa-youtube btn_soc"></i></a>
2021-09-24 23:18:38 +03:00
</div>
</div>
<div id="footer_2">
2022-03-29 11:07:00 +03:00
<div id="copy">© <?=vij_lang('copyright', LANG_VERSION);?> <?=date('Y')?></div>
2023-03-23 13:18:58 +03:00
<div>
<?if (is_page(20548)):?>
<?endif?>
</div>
2021-09-24 23:18:38 +03:00
<ul id="svid">
2022-04-26 00:46:54 +03:00
<li><a href="https://vetandlife.ru/rss/news.xml" target="_blank">RSS</a></li>
2021-12-10 18:00:54 +03:00
<li><a href="https://vetandlife.ru/wp-content/uploads/2021/11/vij-roskomnadzor.pdf" target="_blank"><?=vij_lang('svid_smi', LANG_VERSION);?></a></li>
<li><a href="https://vetandlife.ru/wp-content/uploads/2021/10/privacy.pdf" target="_blank"><?=vij_lang('conf_politic', LANG_VERSION);?></a></li>
2021-09-24 23:18:38 +03:00
</ul>
</div>
<div id="footer_3">
2023-12-29 22:57:25 +03:00
<div class="rating">
<div class=""rating-num>16+</div>
</div>
2023-03-23 13:18:58 +03:00
<div id="pere">
<?=vij_lang('copyright_text', LANG_VERSION);?>
</div>
2023-05-13 00:33:13 +03:00
2023-03-23 13:18:58 +03:00
<div><!--LiveInternet logo--><a href="https://www.liveinternet.ru/click"
2023-05-13 00:33:13 +03:00
target="_blank"><img src="https://counter.yadro.ru/logo?12.1"
title="LiveInternet: number of pageviews for 24 hours, of visitors for 24 hours and for today is shown"
alt="" style="border:0" width="88" height="31"/></a><!--/LiveInternet-->
</div>
2023-03-23 13:18:58 +03:00
2023-05-13 00:33:13 +03:00
<div style="margin-left: 12px;">
<!-- Yandex.Metrika informer -->
2023-03-23 13:18:58 +03:00
<a href="https://metrika.yandex.ru/stat/?id=56480275&amp;from=informer"
target="_blank" rel="nofollow"><img src="https://informer.yandex.ru/informer/56480275/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="56480275" data-lang="ru" /></a>
<!-- /Yandex.Metrika informer --></div>
2023-05-13 00:33:13 +03:00
</div>
</div>
2021-09-16 12:14:35 +03:00
</footer>
2021-09-20 01:07:53 +03:00
2023-05-13 00:33:13 +03:00
2021-10-10 15:16:51 +03:00
2021-12-08 12:08:53 +03:00
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=19"></script>
2021-12-28 23:31:56 +03:00
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/main-arrow.js?ver=1"></script>
2021-09-16 12:14:35 +03:00
</body>
</html>