94 lines
3.5 KiB
PHP
94 lines
3.5 KiB
PHP
<!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();?>?ver=11">
|
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=9"></script>
|
|
<?php wp_head();?>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
<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>
|
|
|
|
|
|
<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 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> -->
|
|
<li class="toggle-nav"></li>
|
|
</ul>
|
|
|
|
<nav class="menu main">
|
|
<?php wp_nav_menu( array(
|
|
'container_class' => 'main_main',
|
|
'theme_location' => 'top',
|
|
'menu_id' => 'gamburer_menu'
|
|
) ); ?>
|
|
</nav>
|
|
|
|
|
|
<!-- <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> -->
|
|
|
|
|
|
</header>
|
|
|
|
<?php $subclass = ''; ?>
|
|
|
|
<div id="main">
|
|
|
|
|
|
<div id="vert-title">
|
|
|
|
<?if (is_front_page()):?>
|
|
<div id="main-arrow"></div>
|
|
<?endif?>
|
|
<!--<div>Главное</div>-->
|
|
</div>
|
|
|
|
|