NANOWEB, the aEGiS PHP web server
theme_template
Nanoweb allows to use themes for server generated output like error messages
or directory listings. Currently this is only implemented in mod_fb2.
This module allows you to write a custom HTML page and let nanoweb use it as
template for server generated pages by inserting the content (error
messages) in the specified places.
You can give your HTML template for theme_template using the
ThemeTemplate directive. The file
given therein must contain:
- @TITLE@ which will be replaced with the message title
- <CONTENT> or <MESSAGE> will be replaced with the actual
content of the server response or directory listing
- alternatively @CONTENT@ coult be used
You finally need to activate this theme using the directive
"MessageTheme=template".
NANOWEB, the aEGiS PHP web server
Index