|
notice
Required Parameters: string $message
Optional Parameters: string $solve
Returns: None
Description: This function prints out an HTML form to allow a user to sign into a Lampshade-based site. If the $solve parameter is specified, a link stating "Click Here To Solve This Problem" appears, hyperlinked to the URL contained in the variable.
function notice($message, $solve = '')
|