38 lines
1.7 KiB
PHP
38 lines
1.7 KiB
PHP
<!doctype html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9" <?php language_attributes(); ?>> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title><?php wp_title('|', true, 'right'); bloginfo('name'); ?></title>
|
|
|
|
<?php if (current_theme_supports('bootstrap-responsive')) { ?><meta name="viewport" content="width=device-width, initial-scale=1.0"><?php } ?>
|
|
|
|
<script src="<?php echo get_template_directory_uri(); ?>/js/vendor/modernizr-2.5.3.min.js"></script>
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
|
<script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/vendor/jquery-1.7.2.min.js"><\/script>')</script>
|
|
|
|
<?php roots_head(); ?>
|
|
<?php wp_head(); ?>
|
|
|
|
</head>
|
|
|
|
<body <?php body_class(roots_body_class()); ?>>
|
|
|
|
<!--[if lt IE 7]><p class="chromeframe">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
|
|
|
|
<?php roots_header_before(); ?>
|
|
<?php
|
|
if (current_theme_supports('bootstrap-top-navbar')) {
|
|
get_template_part('templates/header', 'top-navbar');
|
|
} else {
|
|
get_template_part('templates/header', 'default');
|
|
}
|
|
?>
|
|
<?php roots_header_after(); ?>
|
|
|
|
<?php roots_wrap_before(); ?>
|
|
<div id="wrap" class="<?php echo WRAP_CLASSES; ?>" role="document">
|