File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/0_template_3.php
<?php
$imageVersionUpdate = 2;
include($productName."/downloads.php");
?>
<div id="productContainer">
<div id="productPhoto">
<?php if(in_array($productName, ['counters-a-tension', 'zipper-walls-zip-up-round-square', 'tent-alu'])){ ?> <span class="product-photo__banner">available soon</span> <?php } ?>
<img src="/product_data/<?php echo($productName); ?>/images/H1.jpg?v=<?php echo($imageVersionUpdate); ?>" />
</div>
<div id="productDetails">
<div id="detailSlide">
<ul>
<?php for($i = 1; $i <= $aantal_fotos; $i++){ ?>
<li><img src="/product_data/<?php echo($productName); ?>/images/D<?php echo($i); ?>.jpg?v=<?php echo($imageVersionUpdate); ?>" width="460" /></li>
<?php } ?>
<li><img src="/product_data/<?php echo($productName); ?>/images/D1.jpg?v=<?php echo($imageVersionUpdate); ?>" width="460" /></li>
</ul>
</div>
<div id="detailSlideMenu">
<ul>
<?php for($i = 1; $i <= $aantal_fotos; $i++){ ?>
<li>
<img src="/product_data/<?php echo($productName); ?>/images/thumbs/D<?php echo($i); ?>.jpg?v=<?php echo($imageVersionUpdate); ?>" />
</li>
<?php } ?>
</ul>
</div>
<div id="detailList">
<?php include($productName."/detail_list_".$_SESSION['taal_table']['language'].".php"); ?>
</div>
</div>
<div class="clear_both"></div>
<!-- Video-->
<?php if(file_exists($_SERVER['DOCUMENT_ROOT']."/product_data/".$productName."/videos.php")) include($productName."/videos.php"); ?>
<!-- Neutral video-->
<?php if($_SESSION['valid_login'] && file_exists($_SERVER['DOCUMENT_ROOT']."/product_data/".$productName."/videos_neutral.php")) {
?> <div class="clear_both"></div> <?php
include($productName."/videos_neutral.php");
}
?>
<!-- Specifications -->
<?php include($productName."/specifications.php"); ?>
<!-- Prices -->
<?php if($_SESSION['valid_login']) include($productName."/prices.php"); ?>
</div>