HMm i dont see it anywhere in the code
<f enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<input type="hidden" name="title" value="">
<input type="hidden" name="iconid" value="0">
<input type="hidden" name="parseurl" value="yes">
<input type="hidden" name="email" value="$emailchecked">
<input type="hidden" name="disablesmilies" value="">
<input type="hidden" name="signature" value="yes">
<input type="hidden" name="rating" value="0">
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%">
<table border="0" cellspacing="0" cellpadding="0" bgcolor="{tableheadbgcolor}">
<tr>
<td width="175" valign="top" nowrap><normalfont color="{tableheadtextcolor}"><b> Quick Reply:</b></normalfont><br><smallfont color="{tableheadtextcolor}">$closeopenthread</smallfont></td>
<td><textarea name="message" rows="3" cols="$textareacols" wrap="virtual" tabindex="1"></textarea> $gobutton</td>
</tr>
</table>
</td>
</tr>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
|