Files
vij/header.php
2021-12-24 18:53:28 +03:00

66 lines
2.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');?><?=get_bloginfo('name')?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=122">
<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/golos.js"></script>
<meta property="og:title" content="<?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?>" />
<link rel="icon" href="https://vetandlife.ru/favicon.ico" type="image/x-icon">
<?if (isset($post->ID)):?>
<meta property="og:description" content="<?=strip_tags(get_the_excerpt( $post->ID ))?>" />
<?if( has_post_thumbnail()):
$thumb_id = get_post_thumbnail_id($post->ID);
$thumb_url = wp_get_attachment_image_src($thumb_id,'large', false);?>
<meta property="og:image" content="<?=$thumb_url[0]?>">
<?endif?>
<?endif?>
<?php wp_head();?>
</head>
<body>
<!-- Facebook Pixel Code -->
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=126851132579904&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<? $lang_version = lang_version();
if ($lang_version == 'en'){
$mainmenu = 'topenmenu';
$mob_main_menu = 'topenmenu';
}
else {
$mainmenu = 'topmenu';
$mob_main_menu = 'mob_rubrics';
}
define('LANG_VERSION', $lang_version);
?>
<?php include TEMPLATEPATH.'/blocks/header.php';
//get_template_part( '/blocks/header.php');?>
<?php //include VIJ_CACHE.'header.html'?>
<?php $subclass = ''; ?>
<div id="main">
<div id="vert-title">
<?if (is_front_page()):?>
<div id="main-arrow"></div>
<?endif?>
<!--<div>Главное</div>-->
</div>