Current File : /home/karenpetzb/application/modules/default/views/layouts/layout.phtml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<?php header('Content-type: text/html; charset=iso-8859-1'); ?>
<head itemscope itemtype="http://schema.org/WebSite"> 
	<title><?php echo $this->title; ?></title>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<meta name="description" content="<?php echo $this->metadescription; ?>" />
	<meta name="keywords" content="<?php if (isset($this->metakeywords) && !empty($this->metakeywords)) {echo $this->metakeywords;}   ?>" />	
	<link rel="icon" type="image/png" href="<?php echo $this->baseUrl; ?>/favicon.ico" /> 	 
	<meta name="google-site-verification" content="<?php echo $this->google_site_verification; ?>" />
	<meta name="Reply-to" content="<?php echo $this->serviceClient_Mail; ?>" />
	<meta name="Copyright" content="<?php echo $this->siteName; ?>" />
 
<?php 
	$product = $this->detailProduct;
  if (isset($product) && !empty($product)) {
    $url = "http://".$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]; ?>
    <meta property="og:url" content="<?php echo $url; ?>" />
    <meta property="og:type" content="article" />
    <meta property="og:title" content="<?php echo strip_tags($this->escape($product['NOM'])); ?>" />
    <meta property="og:description" content="<?php echo strip_tags($product['DESCSHORT']); ?>" />
	
	<meta name="twitter:card" content="summary" />
    <meta name="twitter:url" content="<?php echo $url; ?>" />
	<meta name="twitter:title" content="<?php echo strip_tags($this->escape($product['NOM'])); ?>" />
	<meta name="twitter:description" content="<?php echo strip_tags($product['DESCSHORT']); ?>" />
	
    <?php if (isset($product['LISTPICS']) && isset($product['LISTPICS'][0])) { 
	$urlPic = "http://".$_SERVER["HTTP_HOST"].'/'.$product['LISTPICS'][0]['URL'];?>
    <meta property="og:image" content="<?php echo $urlPic; ?>" />
	<meta name="twitter:image" content="<?php echo $urlPic; ?>" />
<?php } }?> 

	<!-- Google Analytics -->
	<script type="text/javascript" >
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

	ga('create', '<?php echo $this->google_analytics; ?>', 'auto');
	ga('send', 'pageview');
	</script>
	<!-- End Google Analytics -->
	
	<script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Organization",
      "url": "<?php echo $this->baseUrl_SiteCommerceUrl; ?>",
      "logo": "<?php echo $this->baseUrl_SiteCommerceUrl; ?>/business/image/logo.png"
    }
    </script>
	
	
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/> 
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/css/css_ie.css" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/css/css.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/css/responsive.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/css/css_default.css" media="screen" />
<link rel="stylesheet" type='text/css' href='<?php echo $this->baseUrl; ?>/business/light/js/simplemodal/css/basic.css' media='screen' />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/js/superfish/css/superfish.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/js/superfish/css/superfish-vertical.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/js/fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/js/jScrollPane/style/jquery.jscrollpane.css" media="all" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl; ?>/business/light/js/video-js/video-js.css" media="all" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/carouFredSel/jquery.carouFredSel-3.2.1-packed.js"></script>
<script type='text/javascript' src='<?php echo $this->baseUrl; ?>/business/light/js/debouncedresize/jquery.debouncedresize.js'></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/timer/jquery.timers.js"></script>
<script type="text/javascript" src='<?php echo $this->baseUrl; ?>/business/light/js/simplemodal/js/jquery.simplemodal.js'></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/superfish/js/hoverIntent.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/superfish/js/superfish.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/fancybox/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/qtip/jquery.qtip-1.0.0-rc3.min.js"></script> 
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/tweetie/tweetie.js"></script>  
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/filterable/js/filterable.js" ></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/config.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/big_gallery.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/jScrollPane/script/jquery.jscrollpane.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/jScrollPane/script/jquery.mousewheel.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/video-js/video.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/jPlayer/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/TinyNav/tinynav.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/touchSwipe/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/lazyload/jquery.lazyload.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/business/light/js/responsiveslides/responsiveslides.min.js"></script>
 
</head>
<body  id="body"> 
	<?php echo $this->render("headerLayout.phtml"); ?>

	<?php echo $this->layout()->content; ?>	
</body> 
</html>