HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>