<?php
$page_account = "form";
require "include.php";
if ($include_template == "1") {
include "$template_directory/header.php";
}
?>
<center>
<FONT color="#000000" size="2" face="Arial, Helvetica, sans-serif">
<center><h3>Thank You For Purchasing A Subscription From
<?php echo $site_name ?>. Your account is under review and you will be notified when you are
able to log in to your new account.</h3></center>
</FONT>
</center>
<?php
// Adding footer if we got it.
if ($include_template == "1") {
include "$template_directory/footer.php";
}
?>