Just a little aesthetic HTML thing, but here you go...
The line
<pre>
$disable_smilies = qq(<br /><input type="CHECKBOX" id="disable_smilies" name="disable_smilies" value="yes"> $vars_wordlets{disable_smilies});
</pre>
in the files:
ubb_edit_post.cgi
ubb_new_reply.cgi
ubb_new_topic.cgi and
ubb_pm.cgi

does not need the
. All of the template files which use $disable_smilies already have a
preceding it. The result is an unnecessary gap.

By the way, why so many
's instead of
's in the new code?

[This message was edited by Charles Capps on November 05, 2002 at 10:42 AM.]