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/includes/v_aside.php
<div class="aside">
    <div class="border"></div>
    <?php if($this->getData('horse_type',false) != 'mares'){ ?>
    <ul class="years">
        <li class="ignore"><a href="<?php echo LANG_ROOT . $this->urls[$this->getData('horse_type',FALSE)]; ?>"><span class="icon sprite <?php $this->getData('horse_type'); ?>"></span></a></li>
        <?php $this->getData('year_list') ?>
    </ul>
    <?php } ?>
    <ul class="horse_list">
        <?php $this->getData('horse_list') ?>
    </ul>

    <div class="back_to_top">
        <span class="arrow"><span class="sprite"></span></span>
        <span class="text"><?php echo $this->lang['back_to_top'] ?></span>
        <div class="clear"></div>
        <span class="sprite shadow"></span>
    </div>
    <div class="clear"></div>
</div>