<!-- BEGIN BODY -->
<table border="0" width="90%">
<tr>
<td align="left">
<!-- BEGIN PAGE CONTENT -->
<div>
<h2>Account Updated</h2>
<table>
<tr>
<td colspan="2">
<?PHP
if($T['Review'] )
{
?>
<!-- Display this section if reviewing account editing -->
To ensure the quality of our member accounts we review all account editing before the updated information
can be listed on our site. Within the next 1-2 days we will review the changes you have made. If they
are determined to be acceptable, your account will be updated and the changes will be visible on the ranking
pages the next time they are rebuilt.
<?PHP
}
else
{
?>
<!-- Display this section if NOT reviewing account editing -->
The changes you made have been recorded in the database and will be displayed on our Topsites list
after the next re-rank.
<?PHP
}
?>
<br />
<br />
</td>
</tr>
<tr>
<td align="right">
E-mail Address:
</td>
<td>
<?PHP echo $T['Email']; ?>
</td>
</tr>
<tr>
<td align="right">
Site URL:
</td>
<td>
<?PHP echo $T['Site_URL']; ?>
</td>
</tr>
<tr>
<td align="right">
Site Title:
</td>
<td>
<?PHP echo $T['Title']; ?>
</td>
</tr>
<tr>
<td align="right">
Username:
</td>
<td>
<?PHP echo $T['Username']; ?>
</td>
</tr>
<tr>
<td align="right">
Password:
</td>
<td>
<?PHP echo $T['Password']; ?>
</td>
</tr>
</table>
<br />
<br />
</div>
<!-- END PAGE CONTENT -->
</td>
</tr>
</table>
<!-- END BODY -->