-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathheader.php
More file actions
executable file
·130 lines (105 loc) · 6.7 KB
/
Copy pathheader.php
File metadata and controls
executable file
·130 lines (105 loc) · 6.7 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?php
/**
* @package WordPress
* @subpackage planningpress
*/
?><!DOCTYPE html>
<!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html <?php language_attributes(); ?> class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html <?php language_attributes(); ?> class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html <?php language_attributes(); ?> class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global $page, $paged;
wp_title( '|', true, 'right' );
// Add the blog name.
bloginfo( 'name' );
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( __( 'Page %s', 'planningpress' ), max( $paged, $page ) );
?></title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Viewport Fix -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link media="screen" rel="stylesheet" href="<?php bloginfo( 'url' ); ?>/wp-content/themes/planningpress/colorbox/colorbox.css" />
<!-- Place favicon.ico and apple-touch-icon.png in the images folder -->
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico">
<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/images/apple-touch-icon.png"><!--60X60-->
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo( 'stylesheet_directory' ); ?>/print.css" />
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<?php if ( is_page_template("page-map.php") ) { ?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/leaflet/leaflet.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>leaflet/leaflet.ie.css" /><![endif]-->
<?php } ?>
<?php wp_head(); ?>
<?php global $is_winIE; if ($is_winIE): ?>
<style type="text/css">
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=<?php echo bloginfo('stylesheet_directory') ?>/colorbox/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
</style>
<?php endif;?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed">
<header id="branding" role="banner" class="clearfix">
<hgroup id="site-marquee">
<h1 id="site-title"><span><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
<div class="skip-link visuallyhidden"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'planningpress' ); ?>"><?php _e( 'Skip to content', 'planningpress' ); ?></a></div>
<nav id="utility" role="article">
<?php wp_nav_menu( array( 'theme_location' => 'utility', 'fallback_cb' => false ) ); ?>
</nav><!-- #utility -->
<a href="#" id="nav-bttn">≡</a>
<nav id="access" role="article">
<?php wp_nav_menu( array( 'theme_location' => 'header', 'fallback_cb' => false ) ); ?>
</nav><!-- #access -->
<div id="addthis-site-share">
<?php
do_action('addthis_widget',site_url() , get_bloginfo('name'), 'small_toolbox');
?>
</div>
<?php
$opt_val_use_header_search = get_option( 'pprss_use_header_search' );
if ( $opt_val_use_header_search ) get_search_form();
?>
</header><!-- #branding -->
<div id="main" class="clearfix">
<?php if ( has_nav_menu( 'sidebar' ) ) { ?>
<nav id="sidebar-nav" class="clearfix" role="article">
<?php wp_nav_menu( array(
'theme_location' => 'sidebar',
'fallback_cb' => false
) ); ?>
</nav><!-- #sidebar-nav -->
<?php } ?>
<?php if ( is_front_page() && is_active_sidebar('above-frontpage') ) : ?>
<div id="above-frontpage" class="widget-area">
<?php if ( ! dynamic_sidebar( 'above-frontpage' ) ) : ?>
<?php endif; ?>
</div><!-- #above-frontpage .widget-area -->
<?php endif; ?>