File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/0_template_secret.php
<?php include($productName."/downloads.php"); ?>
<div id="productContainer">
<div id="productPhoto">
<img src="/product_data/<?php echo($productName); ?>/images/H1.jpg" />
</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" width="460" /></li>
<?php } ?>
<li><img src="/product_data/<?php echo($productName); ?>/images/D1.jpg" 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" />
</li>
<?php } ?>
</ul>
</div>
<div id="detailList">
<?php include($productName."/detail_list_".$_SESSION['taal_table']['language'].".php"); ?>
</div>
</div>
<div class="clear_both"></div>
<?php if(file_exists($_SERVER['DOCUMENT_ROOT']."/product_data/".$productName."/videos.php")) {
include($productName."/videos.php");
}
?>
<?php if(file_exists($_SERVER['DOCUMENT_ROOT']."/product_data/".$productName."/videos_neutral.php")) {
?> <div class="clear_both"></div> <?php
include($productName."/videos_neutral.php");
}
?>
<div id="productSpecs">
<h2><?php echo($_SESSION['taal_table']['text']['product_specificaties']); ?></h2>
<?php include($productName."/specifications.php"); ?>
</div>
<div id="productPrices">
<?php
include($productName."/prices.php");
?>
</div>
</div>