- string $preHtml: (optional) A string that gets added to the markup before the message is loaded. This can be any HTML string. This only gets loaded if there is a message in the buffer.
- string $postHtml: (optional) A string that gets added to the markup after the message is loaded. This can be any HTML string. This only gets loaded if there is a message in the buffer.
Example:
<?php message('<div id="systemmessage">', '</div>'); ?>
