File: D:/HostingSpaces/SBogers10/fietsparkeer.komma-mediadesign.nl/wwwroot/mvc/views/v_referenties.php
<h1>Referenties</h1>
<div id="refNav">
<?php $this->getData('previousProjectBtn'); ?>
<div id="refNavMask">
<ul id="refNavList">
<?php $this->getData('refNav'); ?>
</ul>
</div>
<?php $this->getData('nextProjectBtn'); ?>
</div>
<a href="/referenties" class="back_to_overview">Terug naar overzicht</a>
<div class="columnThird">
<h2><?php $this->getData('projectTitle'); ?></h2>
<div class="dataCell left">Locatie</div>
<div class="dataCell right"><?php $this->getData('projectLocation'); ?></div>
<div class="dataCell left">Jaar</div>
<div class="dataCell right"><?php $this->getData('projectYear'); ?></div>
<div class="clear"></div>
<br />
<?php $this->getData('projectDescription'); ?>
<?php include DOCUMENT_ROOT . '/mvc/views/v_ctablock_small.php'; ?>
</div>
<div class="columnThird double last">
<div id="refGallery">
<div id="refGalleryBar"></div>
<div id="refGalleryMask">
<ul id="refSlider" data-width="620">
<?php $this->getData('projectImageList'); ?>
</ul>
</div>
</div>
<div id="refGalleryShadow"></div>
<div id="refGalleryNav">
<ul id="refSliderNav">
<?php $this->getData('galleryNavList'); ?>
</ul>
</div>
</div>
<div class="clear refSpace"></div>
<div class="clear"></div>