-
Notifications
You must be signed in to change notification settings - Fork 57
/
header.php
38 lines (29 loc) · 1.18 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/**
* The template for displaying the header
*
* @package Reactor
* @subpackge Templates
* @since 1.0.0
*/?><!DOCTYPE html>
<!--[if lt IE 7]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if ( IE 7 )&!( IEMobile )]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if ( IE 8 )&!( IEMobile )]><html <?php language_attributes(); ?> class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--> <html <?php language_attributes(); ?> class="no-js"><!--<![endif]-->
<head>
<!-- WordPress head -->
<?php wp_head(); ?>
<!-- end WordPress head -->
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<?php reactor_header_before(); ?>
<header id="header" class="site-header" role="banner">
<div class="row">
<div class="<?php reactor_columns( 12 ); ?>">
<?php reactor_header_inside(); ?>
</div><!-- .columns -->
</div><!-- .row -->
</header><!-- #header -->
<?php reactor_header_after(); ?>
<div id="main" class="wrapper">