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/SBogers87/basephotography.nl/app/storage/views/0232cb8f611b1140265a21712efdffd9
<?php if($data->translations['showreel']['active']): ?>
    <section class="showreel-row content-container" id="showreel">
        <div class="video grid8">
            <div class="background"></div>
            <iframe id="showreelVideo"
                    src="https://player.vimeo.com/video/<?php echo $data->translations['showreel']['link']; ?>?color=ff9600&title=0&byline=0&portrait=0"
                    width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen
                    allowfullscreen></iframe>
        </div>
        <div class="information grid3 offset-1">
            <div class="content grid12">
                <h3><?php echo $data->translations['showreel']['title']; ?></h3>
                <?php echo $data->translations['showreel']['text']; ?>

            </div>
            <div class="clear"></div>
        </div>
        <div class="clear"></div>
    </section>
<?php endif; ?>

<div class="showreel-sub <?php if(!$data->translations['showreel']['active']): ?> extra-margin-top <?php endif; ?>">
    <div class="blocks">
        <div class="block1"></div>
        <div class="block2"></div>
        <div class="block3"></div>
    </div>
    <div class="image-background showreel-background">
    </div>
</div>