* @copyright 2004-2007 The SquirrelMail Project Team, Alexandros Vellis * @package plugins * @subpackage avelsieve */ /** Standalone HTML Header */ function avelsieve_standalone_print_html_header() { global $startitems; print ' New Rule Wizard '; } /** Standalone Table Header */ function avelsieve_standalone_print_table_header() { global $PHP_SELF, $color, $part; print '
'; } /** Standalone Table Footer */ function avelsieve_standalone_print_table_footer() { print '
'; } /** Standalone HTML Footer */ function avelsieve_standalone_print_html_footer() { print ''; }