AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/
Upload File :
Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/html.tpl.php

<!DOCTYPE html>
<html lang="<?php print $language->language; ?>">
 	<head>
		<title><?php print $head_title; ?></title>
		<meta charset=utf-8 >
		<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
		<?php print $styles; ?><?php print $head; ?>
		<?php
			//Tracking code
			$tracking_code = theme_get_setting('general_setting_tracking_code', 'hawell');
			print $tracking_code;
			//Custom css
			$custom_css = theme_get_setting('custom_css', 'hawell');
			if(!empty($custom_css)):
		?>
			<style type="text/css" media="all">
			<?php print $custom_css;?>
			</style>
		<?php endif; ?>
		<!-- IE Warning CSS -->
		<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie-warning.css" ><![endif]-->
		<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie8-fix.css" ><![endif]-->
    
    	<!-- Magnific popup  in style.css	Owl Carousel Assets in style.css -->		
	
		<!-- CSS end -->

		<!-- JS begin some js files in bottom of file-->
		
		<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
		<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
		<!--[if lt IE 9]>
		  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		  <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
		<![endif]-->
		
	    <!-- Modernizr -->
	    <!-- <script src="js/modernizr.js"></script> -->

	</head>
	<?php

		if(isset($home_boxed) && !empty($home_boxed) && $home_boxed =='yes') {
			$body_class = 'container-p-75';
		} else {
			$home_boxed = theme_get_setting('home_boxed', 'hawell');
		}
		if ($home_boxed == 'yes') {
			$body_class = 'container-p-75';
		} else {
			$body_class = '';
		}
		
	?>
	<body class="<?php print $classes;?>"  <?php print $attributes;?>>
		<div id="skip-link">
			<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
		</div>
		<!-- LOADER -->	
<!--		<div id="loader-overflow">
      		<div id="loader3"><?php print t('Please enable JS'); ?></div>
    	</div> -->
    	<div id="wrap" class="boxed ">
			<div class="<?php print $body_class; ?> grey-bg"> <!-- Grey BG  -->	
				
				<!--[if lte IE 8]>
				<div id="ie-container">
					<div id="ie-cont-close">
						<a href='#' onclick='javascript&#058;this.parentNode.parentNode.style.display="none"; return false;'><img src='images/ie-warn/ie-warning-close.jpg' style='border: none;' alt='Close'></a>
					</div>
					<div id="ie-cont-content" >
						<div id="ie-cont-warning">
							<img src='images/ie-warn/ie-warning.jpg' alt='Warning!'>
						</div>
						<div id="ie-cont-text" >
							<div id="ie-text-bold">
								You are using an outdated browser
							</div>
							<div id="ie-text">
								For a better experience using this site, please upgrade to a modern web browser.
							</div>
						</div>
						<div id="ie-cont-brows" >
							<a href='http://www.firefox.com' target='_blank'><img src='images/ie-warn/ie-warning-firefox.jpg' alt='Download Firefox'></a>
							<a href='http://www.opera.com/download/' target='_blank'><img src='images/ie-warn/ie-warning-opera.jpg' alt='Download Opera'></a>
							<a href='http://www.apple.com/safari/download/' target='_blank'><img src='images/ie-warn/ie-warning-safari.jpg' alt='Download Safari'></a>
							<a href='http://www.google.com/chrome' target='_blank'><img src='images/ie-warn/ie-warning-chrome.jpg' alt='Download Google Chrome'></a>
						</div>
					</div>
				</div>
				<![endif]-->

				<?php print $page_top; ?><?php print $page; ?><?php print $page_bottom; ?>
				<!-- BACK TO TOP -->
				<p id="back-top">
         			 <a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
        		</p>        
			</div><!-- End BG -->	
		</div><!-- End wrap -->
		<!-- JS begin -->	
		<?php print $scripts; ?>
		<!-- JS end -->	
	</body>
</html>