File: /var/www/dhoistage.concertium.com/wp-content/themes/dohi/header.php
<?php
/**
* The Header for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="shortcut icon" href="<?php echo get_bloginfo('template_directory');?>/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="<?php echo get_bloginfo('template_directory');?>/images/favicon.ico" type="image/x-icon">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<title>DHOI</title>
<?php wp_head(); ?>
<link href="<?php echo get_bloginfo('template_directory');?>/css/bootstrap.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="<?php echo get_bloginfo('template_directory');?>/css/styles.css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Yanone+Kaffeesatz:400,200,300,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="<?php echo get_bloginfo('template_directory');?>/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="<?php echo get_bloginfo('template_directory');?>/js/blocksit.js"></script>
<script src="<?php echo get_bloginfo('template_directory');?>/js/ie-emulation-modes-warning.js" type="text/javascript"></script>
<script src="<?php echo get_bloginfo('template_directory');?>/js/ie10-viewport-bug-workaround.js" type="text/javascript"></script>
<script type="<?php echo get_bloginfo('template_directory');?>/text/javascript" src="js/jquery.tools.min.js"></script>
<script src="<?php echo get_bloginfo('template_directory');?>/js/bootstrap.js"></script>
<script type="text/javascript" src="<?php echo get_bloginfo('template_directory');?>/js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script type="text/javascript" src="<?php echo get_bloginfo('template_directory');?>/js/scripts.js"></script>
<script type="text/javascript" src="<?php echo get_bloginfo('template_directory');?>/js/jquery.flexslider.js"></script>
<script src="<?php echo get_bloginfo('template_directory');?>/js/superfish.js"></script>
<link href="<?php echo get_bloginfo('template_directory');?>/css/superfish.css" rel="stylesheet">
<link href="<?php echo get_bloginfo('template_directory');?>/css/flexslider2.css" rel="stylesheet">
<link href="<?php echo get_bloginfo('template_directory');?>/css/blocksit.css" rel="stylesheet">
<script type="text/javascript">
if("ontouchstart" in window) {
document.write('<link rel="stylesheet" type="text/css" media="only screen" href="<?php echo get_bloginfo('template_directory');?>/css/touch.css">');
}
</script>
</head>
<body>
<div class="wrapper">
<div class="header">
<div class="logo">
<a href="<?php echo get_site_url();?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/logo.png" alt="DHOI" title="DHOI" /></a>
</div>
<div class="header_right">
<span>Office: <small><?php echo get_option('phone_no');?></small> Fax: <small><?php echo get_option('fax_no');?></small></span>
<!-- <span>Toll Free: <small><?php //echo get_option('toll_free');?></small></span> -->
<a href="<?php echo get_option('contact_email_url');?>"><?php echo get_option('contact_email');?></a>
<strong>Your source for division 8 commercial doors,<br /> frames and finish hardware</strong>
</div>
<div class="clear"></div>
</div>
<div class="navbar navbar-default" role="navigation">
<div class="navigation">
<!-- data-toggle="collapse" data-target="#main-navigation" aria-expanded="false" -->
<button type="button" class="navbar-toggle" >
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <div class="collapse navbar-collapse" id="main-navigation"> -->
<?php wp_nav_menu( array('menu' => 'header', 'theme_location' => 'primary', 'container'=> 'div', 'menu_class'=> 'sf-menu')); ?>
<!-- </div> -->
<!--<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="product.html">Products</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="industry_link.html">Industry Links</a></li>
<li><a href="resource.html">Resources</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>--><!--/.nav-collapse -->
</div><!--/navigate -->
</div><!--/navbar -->