File: /var/www/samok164/data/www2/mirneboskrebov.ru/wp-content/themes/skyscraper/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta name="description" content="<?php bloginfo('description'); ?>" >
<meta name="author" content="Myr4ik" >
<meta name="robots" content="follow, all" >
<meta name="language" content="ru,it, en" >
<title>
<?php if (is_home () ) { bloginfo('name'); }
elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { echo '' ; bloginfo('name');}
else { wp_title('',true); } ?>
</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>"type="text/css" media="screen" >
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" >
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" >
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" >
<?php wp_head(); ?>
</head>
<body>
<div class="page-wrap">
<div class="wrap">
<div class="header">
<?php get_search_form(); ?>
<div class="logo"><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('title'); ?>">Небоскребы мира</a></div><!--logo-->
<div class="current-page">
<h2><a href="<?php echo get_permalink(); ?>"><?php if (is_home () ) echo 'Главная';
elseif ( is_category() ) { single_cat_title(); }
elseif (is_single() ) { single_post_title();}
elseif (is_paged() ) { echo '' ;}
else { wp_title('',true); } ?></a>
</h2>
</div><!--current-page-->
</div><!--header-->