File: D:/HostingSpaces/SBogers64/klimroosbudel.nl/wwwroot/app/views/v_photogallery.php
<section class="bg_grey">
<div class="center_div top">
<h1>Fotogalerij</h1>
<div class="col g3">
<ul class="gallery_list list_a">
<?php $this->getData('album_list'); ?>
</ul>
</div>
<div class="col g3 double last">
<a style="margin-top: -80px"
class="button blue"
target="_blank"
href="https://www.youtube.com/channel/UC4-Vry_bOZl56hM2UylaHqA">
Bekijk ook onze video's
</a>
<ul class="gallery">
<?php $this->getData('album_thumbs'); ?>
</ul>
</div>
<div class="clear"></div>
</div>
</section>