Пример #1
0
 * Displays all of the head element and everything up until the "site-content" div.
 *
 * @package WordPress
 * @subpackage Twenty_Fifteen
 * @since Twenty Fifteen 1.0
 */
?>
<!DOCTYPE html>
<html <?php 
language_attributes();
?>
 class="no-js">
<head>
	<meta charset="<?php 
bloginfo('charset');
?>
">
	<meta name="viewport" content="width=device-width">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
">

    <link rel="shortcut icon" href="/wp-content/themes/vdl/favicon.ico" type="image/x-icon">
    <link rel="icon" href="/wp-content/themes/vdl/favicon.ico" type="image/x-icon">
    <title>
        <?php 
echo get_bloginfo('name');
?>
Пример #2
0
<?php

/**
 * Created by PhpStorm.
 * User: Vilim Stubičan
 * Date: 27.9.2015.
 * Time: 18:35
 */
?>

<div class="header-wrapper <?php 
echo StaticSettings::is_full_main_block_page() ? "header-wrapper-full" : "";
?>
 transition-75">
    <div class="vertical-ruler"></div>
    <img src="<?php 
echo bu("static/images/logo.png");
?>
" class="logo bezier-75"/>
</div>