Inheritance diagram for HTMLTemplate:

Extend this for your html based site. Implement header/footer and you're good to go. It provides errors and status wrapped in classes.
Definition at line 9 of file html-template.inc.php.
Public Member Functions | |
| drawStatus () | |
| wraps status messages in a div with id 'status-$key' and class of 'BaseStatus' | |
| drawError () | |
| wraps error a div of class 'BaseError' | |
|
|
wraps error a div of class 'BaseError'
Reimplemented from BaseTemplate. Definition at line 28 of file html-template.inc.php. |
|
|
wraps status messages in a div with id 'status-$key' and class of 'BaseStatus'
Reimplemented from BaseTemplate. Definition at line 14 of file html-template.inc.php. |
1.3.9.1