[NANOWEB DOCUMENTATION]

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:
You finally need to activate this theme using the directive "MessageTheme=template".



NANOWEB, the aEGiS PHP web server

Index