Purpose
Puts a red message at the top of a page
Location
users/helpers/helpers.php
See Also:
bold (function)
Parameters
# |
Parameter |
Data Type |
Required |
Description |
1 |
$text |
|
Yes |
undocumented |
Example
err("This message is red");
Further Documentation:
Please note that each template treats this slightly differently.
There are 2 main uses of this.
1. Calling it directly with
=err("This message is bold");?>
2. Adding it to a url like
Both will produce the same result.