<?php
require_once 'library/config.php';
$pageTitle = 'Checkout Error';
require_once 'include/header.php';
?>
<p> </p><table width="500" border="0" align="center" cellpadding="1" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#333333"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#EEEEEE"> <p> </p>
<p>We are really sorry for this inconvenience but there
was an error when processing your order. Please contact
the site administrator. To go to the main page please
<a href="index.php">click here</a></p>
<p> </p></td>
</tr>
</table></td>
</tr>
</table>
<br>
<br>
<?php
require_once 'include/footer.php';
?>
|