31 lines
991 B
PHP
31 lines
991 B
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(); ?>">
|
||
|
|
<?php wp_head();?>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<?php if( has_custom_logo() ): the_custom_logo(); ?>
|
||
|
|
<?php else: ?>
|
||
|
|
<a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a>
|
||
|
|
<?php
|
||
|
|
wp_nav_menu( array(
|
||
|
|
'menu_class'=>'menu_main',
|
||
|
|
'theme_location'=>'top'
|
||
|
|
) );
|
||
|
|
?>
|
||
|
|
<?php endif; ?>
|
||
|
|
|
||
|
|
<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>
|
||
|
|
|
||
|
|
</header>
|
||
|
|
<div id="main">
|
||
|
|
|
||
|
|
|