X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_highlight.php;h=872a5cdc9524453689e2f5fc20d76dd4ade344ae;hb=51bbe8fab8731eb498cf0aecefd21f957aec6413;hp=c7678ca86ce26b4abdfbc5378fd69b7a5bfa83cb;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/src/options_highlight.php b/src/options_highlight.php index c7678ca8..872a5cdc 100644 --- a/src/options_highlight.php +++ b/src/options_highlight.php @@ -12,6 +12,9 @@ * @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'); -?>