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/SBogers10/keystud.komma-mediadesign.nl/wwwroot/app/views/v_home.php
<div class="ab">
    <div class="a">
        <div class="article">
            <span class="horseshoe sprite"></span>
            <h1><?php $this->getData('title'); ?></h1>
            <?php $this->getData('description'); ?>

            <ul class="social_media">
                <li><a href="https://www.facebook.com/josje.sleutelsgoltstein" target="_blank"><img src="/public/images/structure/facebook.png" alt="Like our facebook page!" /></a></li>
                <li><a href="http://nl.pinterest.com/goltstein/" target="_blank"><img src="/public/images/structure/pinterest.png" alt="Like our facebook page!" /></a></li>
            </ul>
        </div>
        <div class="cta">
            <span class="title"><?php echo $this->lang['interested'] ?></span>
            <?php echo $this->lang['contact_us'] ?><br />
            <br />
            <span class="cta_info">
                <strong>E-mail</strong><br />
                <a href="mailto:info@keystud.nl">info@keystud.nl</a><br />
                <br />
                <strong><?php echo $this->lang['phone'] ?></strong><br />
                +31 (0)6 29 60 32 70
           </span>
        </div>
    </div>
    <div class="b news">
        <?php $this->getData('newsOutput'); ?>
    </div>
    <div class="clear"></div>
</div>
<div class="c">
    <ul class="side_menu">
        <li>
            <a href="<?php $this->getData('link_mares') ?>">
            <span class="inner">
                <span class="mares sprite"></span>
                <span class="title"><?php echo $this->lang['mares']; ?></span>
            </span>
            </a>
        </li>
        <li class="alt">
            <a href="<?php $this->getData('link_foals') ?>">
            <span class="inner">
                <span class="foals sprite"></span>
                <span class="title"><?php echo $this->lang['foals']; ?></span>
            </span>
            </a>
        </li>
        <li>
            <a href="<?php $this->getData('link_youngsters');?>">
            <span class="inner">
                <span class="youngsters sprite"></span>
                <span class="title">Youngsters</span>
            </span>
            </a>
        </li>
    </ul>
</div>
<div class="clear"></div>