2023-12-22 22:28:05 +03:00
< ? php
/**
* The template for displaying the footer .
*/
?>
< div id = " left " >
2024-01-10 12:25:06 +03:00
< div class = " menu-left-block-pets " >
< ? php wp_nav_menu ( array (
'menu_class' => 'pets-menu-left' ,
'menu' => 'pets-leftmenu'
)); ?>
</ div >
2023-12-22 22:28:05 +03:00
< ? if ( LANG_VERSION == 'ru' ) : ?>
< ? php // get_template_part( '/blocks/opinion', null, ['subclass' => '']);
2024-01-12 11:44:42 +03:00
//get_blocks_gen('opinion');
2023-12-22 22:28:05 +03:00
?>
< ? php // get_template_part( '/blocks/citats');
2024-01-12 11:44:42 +03:00
//get_blocks_gen( 'citats' );?>
2023-12-22 22:28:05 +03:00
< ? php //include VIJ_CACHE.'opinion.html';?>
< ? php //get_template_part( '/blocks/citata', null, ['subclass' => '']);?>
2024-01-12 11:44:42 +03:00
< ? php //get_template_part( '/blocks/events');?>
2023-12-22 22:28:05 +03:00
< ? php //include VIJ_CACHE.'events.html';?>
< 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 >
</ div >
2024-05-29 10:19:39 +03:00
< div class = " right-info " >
< a href = " https://www.youtube.com/@24Allaboutpets " target = " _blank " >
< img src = " https://vetandlife.ru/wp-content/uploads/2024/05/pets_480.jpg " width = " 240 " height = " 200 " />
</ a >
</ div >
2023-12-22 22:28:05 +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 >
< ? endif ?>
</ div >
< div id = " right " >
2024-01-12 11:44:42 +03:00
< ? php //include get_template_directory().'/blocks/archive.php';?>
2023-12-22 22:28:05 +03:00
< ? php //include VIJ_CACHE.'archive.html'?>
2024-06-16 16:42:46 +03:00
< ? php get_template_part ( 'partials/formsubscript' ); ?>
2023-12-22 22:28:05 +03:00
< ? if ( LANG_VERSION == 'ru' ) : ?>
< div class = " right-info " >
< ? banners_conf_display ( 'vgnki_240x400' ) ?>
</ div >
< div class = " right-info " >
< ? banners_conf_display ( 'right_240x400_1' ) ?>
</ div >
< div class = " right-info " >
< ? banners_conf_display ( 'right_240x400_2' ) ?>
</ div >
< div class = " right-info " >
< ? banners_conf_display ( 'right_240x400_3' ) ?>
</ div >
< ? endif ?>
< ? if ( LANG_VERSION == 'en' ){
get_template_part ( '/blocks/regulation' );
}
else {
// get_template_part( '/blocks/zakons');
get_blocks_gen ( 'zakons' );
} ?>
< ? if ( LANG_VERSION == 'en' ) : ?>
< ? get_template_part ( '/blocks/enmosts' , null , [ 'subclass' => '' ]); ?>
< ? get_template_part ( '/blocks/enmosts' , null , [ 'subclass' => 'mob-lite' ]); ?>
< ? else : ?>
< ? //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'?>
< ? endif ?>
< ? //php include VIJ_CACHE.'mosts.html';?>
</ div >
</ div ><!-- end main -->
< ? if ( LANG_VERSION == 'ru' ) : ?>
< 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 >
< ? //get_template_part( '/blocks/mosts', null, ['subclass' => 'mob-lite']);?>
< ? include VIJ_CACHE . 'top_mob.html' ?>
< ? get_template_part ( '/blocks/enmosts' , null , [ 'subclass' => 'mob-lite' ]); ?>
< ? endif ?>
2024-01-12 11:44:42 +03:00
< ? php //include get_template_directory().'/blocks/mobile-gazeta.php';?>
2023-12-22 22:28:05 +03:00
< ? if ( LANG_VERSION == 'ru' ) : ?>
< div class = " mobile-info " >
< ? banners_conf_display ( 'vgnki_240x200' ) ?>
</ div >
< div class = " mobile-info " >
< ? banners_conf_display ( 'right_240x200_1' ) ?>
</ div >
< div class = " mobile-info " >
< ? banners_conf_display ( 'right_240x200_2' ) ?>
</ div >
< div class = " mobile-info " >
< ? banners_conf_display ( 'right_240x200_3' ) ?>
</ div >
< ? endif ?>
< ? php include get_template_directory () . '/blocks/mobile-subscript.php' ; ?>
<!-- Yandex . RTB R - A - 4145099 - 4 -->
< script >
window . yaContextCb . push (() => {
Ya . Context . AdvManager . render ({
" blockId " : " R-A-4145099-4 " ,
" type " : " floorAd " ,
" platform " : " touch "
})
})
</ script >
< footer id = " footer " >
< div id = " footer_menu " >
< ? php wp_footer (); ?>
< ? if ( LANG_VERSION == 'en' ){
$mainmenu = 'topenmenu' ;
}
else {
$mainmenu = 'topmenu' ;
}
?>
< div class = " footer_sub " >
< ? php wp_nav_menu ( array (
'menu_class' => 'menu_footer' ,
2024-01-12 11:44:42 +03:00
'menu' => 'mainmenu-pets'
2023-12-22 22:28:05 +03:00
)); ?>
</ div >
< div id = " footer_up " >
< a href = " #main " >< ? = vij_lang ( 'up_bth' , LANG_VERSION ); ?> <i class="fas fa-chevron-up"></i></a>
</ div >
</ div >
< div class = " footer-info-pets " >
<!-- < div id = " footer_qr " >
< img id = " img_qr " src = " <?=get_stylesheet_directory_uri()?>/pub/icons/qvij.svg " width = " 100 " height = " 100 " />
< p class = " vazh " >< ? = vij_lang ( 'qrtitle' , LANG_VERSION ); ?> </p>
</ div > -->
2023-12-23 21:37:22 +03:00
< div class = " footer-qrs-pets " >
2024-04-04 21:44:28 +03:00
< div class = " footer-qr-pets qr-telega-pets " >
< a href = " https://t.me/pitomcy_vetandlife " target = " _blank " >< img id = " img_qr " src = " <?=get_stylesheet_directory_uri()?>/pub/icons/qt-te-pets.svg " width = " 80 " height = " 80 " /></ a >
< p class = " vazh " > «Питомцы» < br > Telegram </ p >
2023-12-22 22:28:05 +03:00
</ div >
2023-12-23 21:37:22 +03:00
< div class = " footer-qr-pets qr_vk " >
< a href = " https://vk.com/pitomcy_vetandlife " target = " _blank " >< img id = " img_qr " src = " <?=get_stylesheet_directory_uri()?>/pub/icons/qr-vk-pets.svg " width = " 80 " height = " 80 " /></ a >
< p class = " vazh " > «Питомцы» < br > ВКонтакте </ p >
2023-12-22 22:28:05 +03:00
</ div >
2024-04-04 21:44:28 +03:00
< div class = " footer-qr-pets " >
< a href = " https://dzen.ru/pitomcy_vetandlife?favid=254162793 " target = " _blank " >< img id = " img_qr " src = " <?=get_stylesheet_directory_uri()?>/pub/icons/pitomcy_dzen.svg " width = " 80 " height = " 80 " /></ a >
< p class = " vazh " > «Питомцы» < br > Дзен </ p >
2023-12-22 22:28:05 +03:00
</ div >
2023-12-23 21:37:22 +03:00
</ div >
< div id = " footer-logo-pets " >
2023-12-29 22:57:25 +03:00
< a href = " " >< img src = " <?=get_template_directory_uri()?>/pub/icons/pets-logo-2.svg " alt = " Питомцы. В с е о домашних животных " ></ a >
</ div >
2023-12-23 21:37:22 +03:00
< div id = " footer-contact " >
< div id = " head_tel " >< a href = " tel:79250634 " >+ 7 ( 495 ) 925 06 34 </ a ></ div >
< div class = " footer-mail " >< a href = " mailto:info@vetandlife.ru " > info @ vetandlife . ru </ a ></ div >
2023-12-22 22:28:05 +03:00
</ div >
2023-12-23 21:37:22 +03:00
2023-12-22 22:28:05 +03:00
< div class = " socials-footer-pets " >
2024-06-16 20:05:54 +03:00
< a href = " https://www.youtube.com/@24Allaboutpets " target = " _blank " >< span class = " socs soc-youtube " ></ span ></ a >
< a href = " https://vk.com/pitomcy_vetandlife " target = " _blank " >< span class = " socs soc-vk " ></ span ></ a >
< a href = " https://t.me/pitomcy_vetandlife " target = " _blank " >< span class = " socs soc-tg " ></ span ></ a >
2023-12-22 22:28:05 +03:00
</ div >
</ div >
< div id = " footer_2 " >
< div id = " copy " > © Журнал Питомцы < ? = date ( 'Y' ) ?> </div>
< div >
< ? if ( is_page ( 20548 )) : ?>
< ? endif ?>
</ div >
< ul id = " svid " >
< li >< a href = " https://vetandlife.ru/rss/news.xml " target = " _blank " > RSS </ a ></ li >
< 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>
</ ul >
</ div >
< div id = " footer_3 " >
2023-12-29 22:57:25 +03:00
< div class = " rating " > 16 +</ div >
2023-12-22 22:28:05 +03:00
< div id = " pere " >
< ? = vij_lang ( 'copyright_text' , LANG_VERSION ); ?>
</ div >
< div ><!-- LiveInternet logo -->< a href = " https://www.liveinternet.ru/click "
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 >
< div style = " margin-left: 12px; " >
<!-- Yandex . Metrika informer -->
< a href = " https://metrika.yandex.ru/stat/?id=56480275&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 >
2024-04-18 13:16:31 +03:00
< div style = " margin-left: 12px; " >
<!-- Rating :: top . agroserver . ru counter -->
< a href = " https://agroserver.ru/ " target = " _blank " >
< script language = " javascript " >
var r = escape ( document . referrer );
var rd = Math . random ();
var pr = 'https://top.agroserver.ru/ct/' ;
document . write ( '<img src="' + pr + '?uid=18820&ref=' + r + '&rd=' + rd + '" width="88" height="31" border="0">' );
</ script ></ a >
<!--// Rating :: top . agroserver . ru counter -->
</ div >
2023-12-22 22:28:05 +03:00
</ div >
</ footer >
</ body >
</ html >