Function imageError
If in debug mode, prints the given error message and continues; otherwise redirects to the given error message image and exits; designed for a production gallery.
|
$status_text |
the error message to print if $_GET['debug'] is set. |
|
$errormessage |
<p>the filename of the error image to display for production. Defaults to 'err-imagegeneral.png'. Images should be located in /zen/images .</p> |
|
$errorimg = 'err-imagegeneral.png' |