* * Licensed under the GNU GPL. For full terms see the file COPYING that came * with the Squirrelmail distribution. * * $Id: standalone_html.inc.php,v 1.2 2003/10/07 13:24:52 avel Exp $ */ /* HTML Functions that are in use when being a standalone PHP app (that is, * instead of a Squirrelmail plugin). Still not used. Just a draft. */ function avelsieve_standalone_print_html_header() { global $startitems; print ' New Rule Wizard '; } function avelsieve_standalone_print_table_header() { global $PHP_SELF, $color, $part; print '
'; } function avelsieve_standalone_print_table_footer() { print '
'; } function avelsieve_standalone_print_html_footer() { print ''; } ?>