-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.php
66 lines (44 loc) · 1.52 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page">
<header>
<div class="wrapper">
<?php hinagata_widget( 'header_before_container', 'container' ); ?>
<div class="container">
<?php hinagata_widget( 'header_before_content', 'content' ); ?>
<div class="content">
<div id="heading">
<?php hinagata_heading(); ?>
</div><!-- #heading -->
</div><!-- .content -->
<?php hinagata_widget( 'header_after_content', 'content' ); ?>
</div><!-- .container -->
<?php hinagata_widget( 'header_after_container', 'container' ); ?>
</div><!-- #wrapper -->
</header>
<main>
<div class="wrapper">
<?php hinagata_widget( 'main_before_container', 'container' ); ?>
<div class="container">
<?php hinagata_widget( 'main_before_content', 'content' ); ?>
<div class="content">