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/tops.komma.pro/wwwroot/app/views/includes/v_footer.php
<span class="footer_btn">
    <span class="arrow"></span>
    <span class="arrow hover"></span>
    <span class="bg"></span>
    <span class="bg hover"></span>
</span>
<footer>
    <div class="shadow"></div>
    <div class="inner">
        <section class="content">

            <div class="col three title">Menu</div>
            <div class="col title">Contact</div>
            <ul class="col">
                <?php $this->getData('footer_menu'); ?>

            </ul>
            <ul class="col">
                <li><a href="<?php echo LANG_ROOT . 'sitemap'; ?>">Sitemap</a></li>
                <li><a href="<?php echo LANG_ROOT . 'disclaimer'; ?>">Disclaimer</a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['terms']; ?>"><?php echo $this->lang['terms']; ?></a></li>
            </ul>
            <ul class="col">
                <li>Rondven 38</li>
                <li>6026 PX Maarheeze</li>
                <li>040 - 204 54 06</li>
                <li><a href="mailto:info@topsluchtfilters.nl">info@topsluchtfilters.nl</a></li>
            </ul>

            <div class="col four title"><?php echo $this->lang['filteroverzicht']; ?></div>
            <?php
                // Extend language
                foreach($this->pages as $page)
                {
                    $Translator = new Translator(URL_LANG);
                    $key = $Translator->getPageKey($page);
                    if( ! isset($this->lang[$key]))
                    {
                        $label = str_replace('-',' ',$page);
                        $this->lang[$key] = ucfirst($label);
                    }
                }
            ?>
            <ul class="col">
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['heat_recovery']; ?>"><?php echo $this->lang['heat_recovery'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['bag_filters']; ?>"><?php echo $this->lang['bag_filters'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['panel_filters']; ?>"><?php echo $this->lang['panel_filters'];?></a></li>
            </ul>
            <ul class="col">
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['filter_cloth']; ?>"><?php echo $this->lang['filter_cloth'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['compact_filters']; ?>"><?php echo $this->lang['compact_filters'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['spray_booth_filters']; ?>"><?php echo $this->lang['spray_booth_filters'];?></a></li>
            </ul>
            <ul class="col">
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['wire_frame_filters']; ?>"><?php echo $this->lang['wire_frame_filters'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['hepa_ulpa_filters']; ?>"><?php echo $this->lang['hepa_ulpa_filters'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['active_carbon_filters']; ?>"><?php echo $this->lang['active_carbon_filters'];?></a></li>
            </ul>
            <ul class="col">
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['v_belts']; ?>"><?php echo $this->lang['v_belts'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['filter_windows']; ?>"><?php echo $this->lang['filter_windows'];?></a></li>
                <li><a href="<?php echo LANG_ROOT . $this->urls['filters'] . '/' . $this->pages['filter_cabinets']; ?>"><?php echo $this->lang['filter_cabinets'];?></a></li>
            </ul>
            <div class="clear"></div>
        </section>
        <span class="copyright">&copy; <?php echo $this->lang['tops_luchtfilters']; ?> <?php echo date('Y') ?></span>
        <a href="http://www.komma.pro" target="_blank" class="komma"><span class="logo"></span> Design &amp; development - komma.pro</a>
    </div>
    <div class="clear"></div>
</footer>
<div class="clear"></div>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="<?php echo SITE_ROOT; ?>public/js/jquery-1.10.2.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript" src="/public/js/tops_main_160205.js"></script>
<script type="text/javascript" src="/public/js/mobile.js"></script>
<?php $this->getData('js_output'); ?>

<script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-22051131-2', 'topsluchtfilters.nl');
    ga('send', 'pageview');

</script>
</body>
</html>