Esempio n. 1
0
} else {
    echo 'asc';
}
?>
">Quantity to order</a>
								</th>
								<th>
									Comment
								</th>
							</tr>
						</thead>
						<tbody>
							<?php 
include 'include/include_shoplist.php';
$ShoplistList = new Shoplist();
$ShoplistList->ShoplistList();
?>
						</tbody>
					</table>
					<div class="totalSumWrapper">
						<?php 
include 'include/include_shoplist_sum.php';
$ShoplistPriceSum = new ShoplistPrice();
$ShoplistPriceSum->ShoplistPriceSum();
?>
					</div>
				</div>
			<!-- END -->
			<!-- Text outside the main content -->
				<?php 
include 'include/footer.php';