X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_highlight.php;h=872a5cdc9524453689e2f5fc20d76dd4ade344ae;hb=d81572f79656908a290adc913d4e89d5b2cb0a5f;hp=fa91f2d4736f59f9d3e7ea0886cb503f42d54656;hpb=6e515418431c0a99f10705da21366fe7093f95b6;p=squirrelmail.git diff --git a/src/options_highlight.php b/src/options_highlight.php index fa91f2d4..872a5cdc 100644 --- a/src/options_highlight.php +++ b/src/options_highlight.php @@ -5,13 +5,16 @@ * * Displays message highlighting options * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage prefs */ +/** This is the options_highlight page */ +define('PAGE_NAME', 'options_highlight'); + /** * Include the SquirrelMail initialization file. */ @@ -104,7 +107,7 @@ if (isset($theid) && ($action == 'delete') || setPref($data_dir, $username, 'hililist', serialize($message_highlight_list)); } -displayPageHeader($color, 'None'); +displayPageHeader($color); /** * Display the current rule list @@ -346,4 +349,3 @@ if ($action == 'edit' || $action == 'add') { do_hook('options_highlight_bottom', $null); $oTemplate->display('footer.tpl'); -?>