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>
2021-10-09 13:05:18 +03:00
< link rel = " stylesheet " href = " <?php echo get_stylesheet_uri();?>?ver=12 " >
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-27 00:07:02 +03:00
< script type = 'text/javascript' src = " <?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js " ></ script >
2021-09-28 22:25:21 +03:00
< script type = 'text/javascript' src = " <?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9 " ></ script >
2021-09-16 12:14:35 +03:00
< ? php wp_head (); ?>
</ head >
< body >
< header >
2021-09-30 13:51:38 +03:00
2021-09-20 01:07:53 +03:00
< div id = " mainlogo " >
2021-09-30 13:51:38 +03:00
< a href = " <?php echo home_url(); ?> " >< img src = " <?=get_stylesheet_directory_uri()?>/pub/logo/vij-logo-220.png " alt = " Ветеринария и жизнь. Газета и сайт " /></ a >
</ div >
2021-09-20 01:07:53 +03:00
< 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 >
2021-09-24 23:18:38 +03:00
2021-09-28 22:25:21 +03:00
< div class = " wrap " >
< form action = " <?php bloginfo('url') ?> " method = " GET " >
< input type = " text " class = " input " name = " s " id = " s " placeholder = " Поиск по сайту " >
</ form >
< i class = " fa fa-search " aria - hidden = " true " ></ i >
</ div >
<!--< div class = " header-rss " >
< i class = " fa fa-rss " aria - hidden = " true " ></ i >
</ div > -->
< ul id = " header_icons " >
<!--< li class = " btn_search " ></ li >
< li class = " btn_rss " ></ li > -->
2021-09-27 00:07:02 +03:00
< li class = " toggle-nav " ></ li >
2021-09-28 22:25:21 +03:00
</ ul >
2021-09-27 00:07:02 +03:00
< nav class = " menu main " >
< ? php wp_nav_menu ( array (
'container_class' => 'main_main' ,
'theme_location' => 'top' ,
'menu_id' => 'gamburer_menu'
) ); ?>
</ nav >
2021-09-28 22:25:21 +03:00
<!-- < div id = " aj_search " >
< form action = " <?php //bloginfo('url') ?> " method = " GET " >
< input type = " text " name = " s " id = " s " value = " поиск... " autocomplete = " off " />
</ form >
< div id = " aj_searchresults " ></ div >
</ div > -->
<!-- < form role = " search " method = " get " class = " search-form " action = " <?php //echo home_url( '/' ); ?> " >
< label >
< span class = " screen-reader-text " > Search for :</ span >
< input type = " search " class = " search-field " placeholder = " Искать… " value = " " name = " s " title = " Искать: " />
</ label >
< input type = " submit " class = " search-submit " value = " Поиск " />
</ form > -->
2021-09-16 12:14:35 +03:00
</ header >
2021-09-27 00:07:02 +03:00
< ? php $subclass = '' ; ?>
2021-09-20 01:07:53 +03:00
2021-09-16 12:14:35 +03:00
< div id = " main " >
2021-09-28 22:25:21 +03:00
< div id = " vert-title " >
< ? if ( is_front_page ()) : ?>
< div id = " main-arrow " ></ div >
< ? endif ?>
<!--< div > Главное </ div >-->
</ div >
2021-09-16 12:14:35 +03:00