* * Licensed under the GNU GPL. For full terms see the file COPYING that came * with the Squirrelmail distribution. * */ /* 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 ''; } ?>