That's correct. That happens because we are not using any of our own custom templates - version 2 of this hack which is the quick "1 PHP file upload and work" version. (version 1 of this hack had a custom template).
You can always insert your own custom template. Make up a new template (easiest way is to copy the template "standarderror" and modify it). Place $errormessage anywhere you like where you want the contents of the HTML page to show up.
Then in html.php, find and change standarderror to the name of your new template.
|