44 lines
1.5 KiB
PHP
44 lines
1.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(); ?>">
|
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
|
<?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>
|
|
|
|
|
|
<ul id="header_icons">
|
|
<li class="btn_search"></li>
|
|
<li class="btn_rss"></li>
|
|
</ul>
|
|
|
|
|
|
</header>
|
|
|
|
<div id="main">
|
|
|
|
|