2021-09-16 12:14:35 +03:00
<! DOCTYPE html >
< html lang = " ru " >
< head >
< meta http - equiv = " Content-Type " content = " text/html; charset=UTF-8 " >
< meta name = " viewport " content = " width=device-width, initial-scale=1, shrink-to-fit=no " >
< title >< ? php wp_title ( '|' , true , 'right' ); ?> </title>
< link rel = " stylesheet " href = " <?php echo get_stylesheet_uri(); ?> " >
2021-09-20 01:07:53 +03:00
< link href = " https://use.fontawesome.com/releases/v5.0.13/css/all.css " rel = " stylesheet " >
2021-09-16 12:14:35 +03:00
< ? php wp_head (); ?>
</ head >
< body >
< header >
2021-09-20 01:07:53 +03:00
< div id = " mainlogo " >
< a href = " <?php echo home_url(); ?> " >< img src = " <?=get_stylesheet_directory_uri()?>/pub/logo/vij-logo-220.png " alt = " Ветеринария и жизнь. Газета и сайт " /></ a >
</ div >
< div id = " mainmenu " >
< ? php
wp_nav_menu ( array (
'menu_class' => 'menu_main' ,
'theme_location' => 'top'
) ); ?>
</ div >
2021-09-16 12:14:35 +03:00
2021-09-20 01:07:53 +03:00
< 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 >
< ul id = " header_icons " >
< li class = " btn_search " ></ li >
< li class = " btn_rss " ></ li >
</ ul >
2021-09-16 12:14:35 +03:00
</ header >
2021-09-20 01:07:53 +03:00
2021-09-16 12:14:35 +03:00
< div id = " main " >