ACC SHELL
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('', true, 'right'); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="shortcut icon" href="<?php bloginfo( 'template_directory' ); ?>/img/favicon.ico" type="image/x-icon"/>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE 9]><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script><![endif]-->
<!--[if (gte IE 6)&(lte IE 8)]>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" />
<script type="text/javascript" src="<?php echo(get_template_directory_uri().'/javascript/selectivizr/selectivizr-min.js'); ?>"></script>
<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?php echo(get_template_directory_uri().'/css/ie8.css'); ?>" />
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page-wrapper" class="clearfix">
<div id="header-wrapper" <?php if(get_option('header_switch', true)){echo('class="parallax-on"');} ?>>
<div id="header" class="clearfix">
<div id="header-logo-wrapper" class="clearfix">
<div id="header-logo">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="<?php bloginfo( 'name' ); ?>">
<img alt="<?php bloginfo( 'name' ); ?>" src="<?php echo(get_option('custom_logo', get_template_directory_uri().'/img/logo.png')); ?>">
</a>
</div><!-- #header-logo -->
</div><!-- #header-logo-wrapper -->
<div id="header-navigation-wrapper">
<div id="header-navigation-mobile">
<i class="icon-list inactive"></i>
</div>
<nav id="header-navigation" class="clearfix heading-font">
<?php wp_nav_menu(array('theme_location' => 'primary', 'container' => 'div','menu_class' =>'menu clearfix')); ?>
</nav>
</div><!-- #header-navigation-wrapper -->
</div> <!-- #header -->
</div> <!-- #header-wrapper -->
ACC SHELL 2018