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/v_product.php
<?php include("v_category_menu.php"); ?>

<div id="titleBreadCrump">
    <div class="crump">
        <?php $this->getData('inner_breadcrump'); ?>
    </div>
</div>

<div id="productContent">
    <div id="photoSlider">
        <div id="photoSliderFrame">
            <ul id="productSlider" class="imageList disableSelection" data-width="738" >
                <?php $this->getData('imageSliderList'); ?>
            </ul>
            <div class="shadow"></div>
        </div>
        <div id="photoSliderMenu">
            <div id="photoSliderBtns"><a class="playBtn" id="playBtn"></a><a class="pauseBtn" id="pauseBtn"></a></div>
            <ul id="productSliderNav" class="disableSelection">
                <?php $this->getData('imageThumbList'); ?>
            </ul>
        </div>
        <div class="footer"><span class="icon"></span><span class="link">Slideshow</span> </div>
    </div>

    <h2><?php $this->getData('pdTitle'); ?> <span class="productCode">/ <?php $this->getData('pdProductCode'); ?></h2>

    <div id="productTabs">
        <ul>
            <li<?php if( ! defined('URL_SUB2') ) echo ' class="active"'; ?>><a href="<?php echo SITE_ROOT.URL_PAGE.'/'.URL_SUB.'/'; ?>" id="prodBtnGeneral">General info</a><span class="arrow"></span><span class="background"></span></li>
            <li<?php if(defined('URL_SUB2') && URL_SUB2 == 'specs') echo ' class="active"'; ?>><a href="<?php echo SITE_ROOT.URL_PAGE.'/'.URL_SUB.'/'; ?>specs/" id="prodBtnSpecs">Specifications</a><span class="arrow"></span><span class="background"></span></li>
            <?php if($this->getData('hasDownloads',FALSE)){ ?>
            <li<?php if(defined('URL_SUB2') && URL_SUB2 == 'downloads') echo ' class="active"'; ?>><a href="<?php echo SITE_ROOT.URL_PAGE.'/'.URL_SUB.'/'; ?>downloads/" id="prodBtnDownloads">Downloads</a><span class="arrow"></span><span class="background"></span></li>
            <?php } ?>
        </ul>
    </div>

    <div id="productInfo">
        <?php $this->getData('productInfo'); ?>
    </div>
    <?php $this->getData('relatedProducts'); ?>
</div>

<?php include 'includes/v_shop_now_side.php'?>