X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_highlight.php;h=872a5cdc9524453689e2f5fc20d76dd4ade344ae;hb=85ae8774dac2b84c60bdcd18b6a0e3f0bf363b1e;hp=b71784e847db82233e4fdfa006e41ea1faf046cc;hpb=85c8aff629d6300297d01e73b9eb322a91547a87;p=squirrelmail.git diff --git a/src/options_highlight.php b/src/options_highlight.php index b71784e8..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 @@ -343,7 +346,6 @@ if ($action == 'edit' || $action == 'add') { echo "\n"; } -do_hook('options_highlight_bottom'); +do_hook('options_highlight_bottom', $null); $oTemplate->display('footer.tpl'); -?> \ No newline at end of file