Never mind, I figured it out after scratching my head a bit more.
Open your "standarderror" template and search for this code:
PHP Code:
<b>vBulletin Message</b></normalfont></td>
Just replate with this:
PHP Code:
<b>$title</b></normalfont></td>
And save the file with a new name.
In the html.php file, search for this code:
PHP Code:
eval("dooutput(\"".gettemplate('standarderror')."\");");
And replace "standarderror" with the name of your new template.
Make sure you upload the html.php file after you finished.
You can see the final results here (for now at least):
http://www.spamsession.com/1/vb1/htm...0/Windows%20XP
:banana: