here
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tr>
<td class="tcat">AAA</td>
</tr>
<tr>
<td class="alt1"><center><b>Transaction Completed!</b>
<br><i>You have just added <b><font color=yellow>$money$</font></b> at AAA</i>
<br><i>LR Time <span class="time">$lrtime</span></i>
</center>
</td>
</tr>
</table>
$footer
</body>
</html>