X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_highlight.php;h=872a5cdc9524453689e2f5fc20d76dd4ade344ae;hb=85ae8774dac2b84c60bdcd18b6a0e3f0bf363b1e;hp=1b9768b5f85c085e25fa7930c3cf39a4e39e19f3;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/options_highlight.php b/src/options_highlight.php index 1b9768b5..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. */ @@ -346,4 +349,3 @@ if ($action == 'edit' || $action == 'add') { do_hook('options_highlight_bottom', $null); $oTemplate->display('footer.tpl'); -?>