?
<?php echo $this->doctype(); ?>
<html lang="<?php echo $this->langue; ?>">
<head>
<meta charset="utf-8">
<title><?php echo $this->TitrePage; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="language" content="<?php echo $this->langue; ?>" />
<meta name="description" content="<?php echo $this->DescPage; ?>">
<meta name="robots" content="<?php echo $this->robots; ?>" />
<!--link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"-->
<link rel="stylesheet" href="www/css/pingendo-bootstrap.css" type="text/css">
<link rel="stylesheet" href="www/css/theme.css" type="text/css">
<link rel="stylesheet" href="www/css/styles.css" type="text/css">
<link rel="stylesheet" href="www/css/justifiedGallery.css" type="text/css" media="all" />
<link rel="stylesheet" href="www/css/caption.css" type='text/css' media='all' />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="www/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="www/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="www/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="www/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="www/ico/favicon.png">
<!--[if lt IE 9]><script src="www/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="www/js/ie-emulation-modes-warning.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body itemscope itemtype="http://schema.org/LocalBusiness">
<link itemprop="name" content="<?php echo $this->translate->_("entreprise"); ?>">
<link itemprop="url" href="<?php echo URL; ?>">
<link itemprop="logo" href="<?php echo URL."www/img/cideo.png"; ?>">
<link itemprop="hasMap" href="<?php echo URL_GOOGLEMAPS; ?>">
<link itemprop="sameAs" href="<?php echo $this->googleplus; ?>">
<time itemprop="openingHours" datetime="Mo, Tu, We, Th, Fr 09:30-12:30"></time>
<time itemprop="openingHours" datetime="Mo, Tu, We, Th, Fr 13:30-17:00"></time>
<span itemscope="" itemprop="address" itemtype="http://schema.org/PostalAddress">
<link itemprop="streetAddress" content="<?php echo $this->streetAddress; ?>">
<link itemprop="telephone" content="<?php echo $this->telephone; ?>">
<link itemprop="email" content="<?php echo $this->mailcontact; ?>">
<link itemprop="postalCode" content="<?php echo $this->postalCode; ?>">
<link itemprop="addressLocality" content="<?php echo $this->addressLocality; ?>">
<link itemprop="addressCountry" content="<?php echo $this->addressCountry; ?>">
</span>
<span itemscope="" itemprop="geo" itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="<?php echo $this->lat; ?>" />
<meta itemprop="longitude" content="<?php echo $this->lng; ?>" />
</span>
<?php echo $this->layout()->header; ?>
<?php echo $this->layout()->nav; ?>
<section class="section main" id="<?php echo $this->actionCourante; ?>">
<article class="container-fluid">
<?php echo $this->layout()->content; ?>
<footer>
<?php echo $this->layout()->footer; ?>
</footer>
</article>
</section>
<?php if(ENV == "local"){ ?>
<script type="text/javascript" src="www/js/jquery.min.2.0.3.js"></script>
<script type="text/javascript" src="www/js/bootstrap.js"></script>
<script type="text/javascript" src="www/js/ie10-viewport-bug-workaround.js"></script>
<script type="text/javascript" src='www/js/justifiedGallery.js'></script>
<script type="text/javascript" src="www/js/init-cideo.js"></script>
<?php if($this->actionCourante == "contact"){ ?>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="www/js/gmap3.min.js"></script>
<script type="text/javascript" src="www/js/mapperso.js"></script>
<?php } ?>
<?php } else { ?>
<script src="www/js/cideo.js"></script>
<?php if($this->actionCourante == "contact"){ ?>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="www/js/map.js"></script>
<?php } ?>
<?php } ?>
</body>
</html>