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/spire.komma-mediadesign.nl/wwwroot/mvc/views/includes/v_base.php
<!doctype html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="Author" content="Komma, (c) Komma Mediadesign, 2013. All Rights Reserved." />
    <meta name="Description" content="<?php

    $desc = $this->getData('page_desc',FALSE);
    if( ! empty($desc))
    {
        echo $desc;
    }
    else
    {
        if( ! X2)
        {
            echo 'Spire is a brand of computing components such as CPU coolers, Computer chassis and power supplies. Founded in 1998 by the parent company named Bytecom Fanner B.V. headquartered in the Netherlands with a manufacturing plant in Shenzhen, China.';
        }
        else
        {
            echo 'X2 is originated by a team of PC enthusiasts based in The Netherlands, the design heart of Europe. X2 redefines the true meaning of performance PC hardware.';
        }
    }

    ?>" />
    <meta name="Keywords" content="Spire Corp, Accessories, Computer Cases, CPU Coolers, Fans, Harddrive Enclosures, Mobile Accessories, PC Accessories, Power Supplies, System Cooling, Notebook, Tablet PC"/>
    <meta name="Robots" content="All" />
    <meta name="viewport" content="width=1200"/>
    <link rel="shortcut icon" href="/favicon<?php if(X2) echo 'x2'; ?>.ico" type="image/x-icon" />
    <title><?php $this->getData('page_title'); ?></title>
    <link href="/css/screen<?php if(X2) echo '_x2'; ?>.css?v=3" rel="stylesheet" type="text/css" media="screen" />
    <link type="text/css" rel="stylesheet" href="//fast.fonts.com/cssapi/e22809b4-46c3-4f4a-99df-869ce253eacf.css"/>
    <!--[if IE 7]>
    <link href="/css/screen-ie7.css" rel="stylesheet" type="text/css" media="screen" />
    <![endif]-->
    <!--[if IE 8]>
    <link href="/css/screen-ie8.css" rel="stylesheet" type="text/css" media="screen" />
    <![endif]-->

    <link href="/css/sass/styles.css?v=5" rel="stylesheet" type="text/css" media="screen"
    <?php
    if( ! X2) {
        ?>
        <!-- Komma -->
        <script type="text/javascript">
            var _paq = _paq || [];
            _paq.push(['trackPageView']);
            _paq.push(['enableLinkTracking']);
            _paq.push(['enableHeartBeatTimer', 10]);
            (function () {
                var u = "//tracker.komma.pro/";
                _paq.push(['setTrackerUrl', u + 'trackingcode.php']);
                _paq.push(['setSiteId', 4]);
                var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
                g.type = 'text/javascript';
                g.async = true;
                g.defer = true;
                g.src = u + 'trackingcode.js';
                s.parentNode.insertBefore(g, s);
            })();
        </script>
        <noscript>
            <p>
                <img src="//tracker.komma.pro/trackingcode.php?idsite=4"/>
            </p>
        </noscript>
        <!-- End Komma Code -->
        <?php
    }
    ?>
</head>

<body class="<?php $this->getData('page_name'); ?> <?php if (X2) { echo 'x2'; } ?> "">

<?php include 'v_header.php'; ?>


<?php if ( ! defined('URL_PAGE')) { ?>
    <div id="homeProductSlider">
        <div id="ke01_mask">
            <ul>
                <?php $this->getData('banner_list'); ?>
            </ul>
        </div>
        <div id="sliderBottom"></div>
    </div>
    <div class="mainframe <?php $this->getData('page_name'); ?>">
        <div id="homeProductSliderMenu">
            <ul id="homeGalleryNav">
                <?php $this->getData('bannerNav_list'); ?>
            </ul>
        </div>
        <div class="clear_both"></div>
    </div>
<?php } ?>

<div class="mainframe <?php $this->getData('page_name'); ?>">

    <div id="content">
        <?php if(defined('URL_PAGE') && URL_PAGE != ""){ ?>
        <div id="breadCrump">
            <div class="crump">
                <?php $this->getData('breadcrump'); ?>
            </div>
<!--            <div class="arrowDown"></div>-->
        </div>
<?php } ?>