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_header.php
<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" />
    <meta name="description" content="Als de luchtkwaliteit gegarandeerd moet zijn, is een goede luchtfilter onmisbaar. TOPS Luchtfilters heeft ruim 35 jaar ervaring in het realiseren van schone, stofvrije lucht. TOPS levert alle filters voor klimaatbeheersing en luchtbehandelingsinstallaties, zoals bijvoorbeeld gebruikt in spuitcabines en WTW-systemen." />
    <title><?php $this->getData('page_title'); ?></title>
    <link href="<? echo SITE_ROOT; ?>public/css/screen.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="http://fast.fonts.net/jsapi/2238390d-81a2-4ed5-8132-4dbb75472012.js"></script>
    <!--[if lt IE 9]>
    <script src="/public/js/html5shiv.js"></script>
    <![endif]-->
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
</head>
<body<?php $id = $this->getData('body_id',FALSE); if( ! empty($id)) echo ' id="' . $id . '"'; ?>>

<?php include DOCUMENT_ROOT . '/app/views/includes/v_mobile.php'; ?>

<header class="main">
    <div id="logo_holder">
        <a href="/<?php echo URL_LANG ?>">
            <span id="logo"><img src="/public/images/structure/logo_<?php echo URL_LANG ?>.png" alt="Tops Luchtfilters"></span>
        </a>
    </div>

    <nav class="main">
        <ul>
            <?php $this->getData('main_menu'); ?>
        </ul>
    </nav>

    <div class="lang_holder">
        <ul>
            <?php $this->getData('lang_menu'); ?>
        </ul>
    </div>
    <div class="clear"></div>
    <div class="shadow"></div>
</header>

<section id="aside_cta">
    <ul>
        <li>
            <a href="<?php echo LANG_ROOT . $this->urls['contact']; ?>">
                <span class="icon phone">
                    <span class="up"></span>
                    <span class="hover"></span>
                </span>
                <span class="text">
                    <?php
                    if (URL_LANG == 'nl')
                    {
                        echo 'Bel ons gerust via 040 - 204 54 06';
                    } else
                    {
                        echo 'Call us on +31 (0)40 - 204 54 06';
                    }?>
                </span>
                <span class="clear"></span>
            </a>
        </li>
        <li>
            <a href="mailto:info@topsluchtfilters.nl">
                <span class="icon mail">
                    <span class="up"></span>
                    <span class="hover"></span>
                </span>
                <span class="text">
                     <?php
                     if (URL_LANG == 'nl')
                     {
                         echo 'Mail ons via info@topsluchtfilters.nl';
                     } else
                     {
                         echo 'Mail us using info@topsluchtfilters.nl';
                     }?>
                </span>
                <span class="clear"></span>
            </a>
        </li>
        <li>
            <a href="<?php echo LANG_ROOT . $this->urls['contact']; ?>">
                <span class="icon offer">
                    <span class="up"></span>
                    <span class="hover"></span>
                </span>
                <span class="text">
                    <?php
                    if (URL_LANG == 'nl')
                    {
                        echo 'Vraag vrijblijvend een offerte aan';
                    } else
                    {
                        echo 'Request a quote';
                    }?>
                </span>
                <span class="clear"></span>
            </a>
        </li>
    </ul>
</section>