File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/brochure-holders-budget/prices.php
<?php if($_SESSION['valid_login']){ ?>
<div class="table firstTable">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th> </th>
<th> </th>
</tr>
<tr>
<th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['art_nr']); ?></th>
<th class="columnTitle" width="75"><?php echo($_SESSION['taal_table']['text']['afmeting']); ?></th>
</tr>
<tr>
<td class="firstRow">BHB4</td>
<td class="firstRow">A4 (single)</td>
</tr>
<tr>
<td>BHB8</td>
<td>A4 (double)</td>
</tr>
</table>
</div>
<div class="table">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<th colspan="5"><?php echo($_SESSION['taal_table']['text']['prices']); ?></th>
</tr>
<tr>
<th class="columnTitle" width="95">10 - 20 <?php echo($_SESSION['taal_table']['text']['pcs']); ?></th>
<th class="columnTitle" width="95">30 - 40</th>
<th class="columnTitle" width="95">50 - 90</th>
<th class="columnTitle" width="95"><span>></span> 100</th>
</tr>
<tr>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">21, 05</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">20, 20</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">19, 15</span></td>
<td class="firstRow"><span class="euroTeken">€</span> <span class="bedrag">18, 60</span></td>
</tr>
<tr>
<td><span class="euroTeken">€</span> <span class="bedrag">26, 00</span></td>
<td><span class="euroTeken">€</span> <span class="bedrag">25, 00</span></td>
<td><span class="euroTeken">€</span> <span class="bedrag">24, 50</span></td>
<td><span class="euroTeken">€</span> <span class="bedrag">23, 20</span></td>
</tr>
</table>
<div id="opmerkingPrijzen"><?php echo($_SESSION['taal_table']['text']['order_quantity']); ?></div>
</div>
<?php } ?>