File: D:/HostingSpaces/SBogers14/coeveringmatrijzen.nl/app/storage/views/de9e73ce2ccea49d8f3a6968d00c109b
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Author" content="Komma, (c) Komma Mediadesign, 2013. All Rights Reserved." />
<meta name="Subject" content="Van de Coevering Matrijzen" />
<meta name="Description" content="" />
<meta name="Keywords" content="Spire"/>
<meta name="Language" content="English" />
<meta name="Expires" content="14" />
<meta name="Robots" content="All" />
<meta name="viewport" content="width=1200px">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title><?php echo $pageTitle; ?></title>
<link type="text/css" rel="stylesheet" href="http://fast.fonts.com/cssapi/455c01eb-cd7f-465a-b999-dbca8f4f52c0.css"/>
<link href="/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body class="<?php echo $pageSlug; ?>">
<?php echo $__env->make('layouts.partials.mobileNavigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!-- Header -->
<div id="header">
<div class="shadow"></div>
<div class="main">
<div class="logo"><a href="/"><img src="/images/structure/cees_van_de_coevering_matrijzen_logo.png" alt="Logo Cees van de Coevering Matrijzen" /></a></div>
<div class="flags">
<!-- todo $this->getData('lang_menu'); -->
</div>
<div class="nav main">
<ul>
<?php echo $menuService->getMain(); ?>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="orangeLine"></div>
</div>
<?php echo $__env->yieldContent('banner'); ?>
<?php echo $__env->yieldContent('submenu'); ?>
<div class="content">
<div class="main">
<?php echo $__env->yieldContent('content'); ?>
</div>
</div>
<?php echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<script type="text/javascript" src="/js/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/mobileNavigation.js"></script>
<?php echo $__env->yieldContent('customJavascript'); ?>
<?php if( isset($_SESSION['viewport']['top'])): ?>
<script type="text/javascript"> $(document).scrollTop( <?php echo $_SESSION['viewport']['top']; ?>);</script>
<?php unset($_SESSION['viewport']['top']); ?>
<?php endif; ?>
</body>
</html>