<form action="customers.php" method="post">
					<table id="table-1" summary="tables">
						<thead>
							<tr>
								<th scope="col"></th>
								<th scope="col">Name</th>
								<th scope="col">E-Mail</th>
								<th scope="col">City</th>
								<th scope="col">Country</th>
								<th scope="col">Phone</th>
								<th scope="col">Edit</th>
							</tr>
						</thead>
						<tbody>
						<?php 
$customer->show($_GET['p']);
?>
						</tbody>
					</table>
					<p align="right">Pages: <?php 
$call->printPages($_GET['p']);
?>
</p>
					<input type="submit" value="Delete Selected"/>
					</form>
				</fieldset>
			</div>
<?php 
//theme footer
include_once 'themes/' . THEME . '/footer.php';
//required includes at end