View file style/themes/nineteen/header.php

File size: 1.36Kb
<?php 
echo '<?xml version="1.0" encoding="utf-8"?>'; 
?><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
      <title><?php ds_document_title(); ?></title>
      <?php ds_head(); ?>  
    <link rel="shortcut icon" href="<?php echo get_theme_uri(); ?>/images/favicon.ico" />
</head>
<body <?php body_class(); ?>>
    <div class="header">
        <?php if (is_home()) : ?>
            <div class="header-logo">
                <a href="<?php echo ds_site_url(); ?>">
                    <img src="<?php echo get_theme_uri(); ?>/images/logo.png" alt="DCMS-Social" />
                </a>
            </div>
        <?php endif; ?>
        
        <?php 
        ds_messages(); 
        ds_errors(); 
        ?>
        
        <?php ds_user_panel(); ?>

        <?php if (!is_home()) : ?>
            <div class="header-title">
                <a class="link-home" href="<?php echo ds_site_url(); ?>">
                    <img src="<?php echo ds_site_url(); ?>/style/icons/icon_glavnaya.gif" alt="DS">
                </a>
                <div class="title"><?php ds_title(); ?></div>
            </div>
        <?php endif; ?>
    </div>

    <div class="content">