Properly construct Return-Receipt-To header
[squirrelmail.git] / src / options_highlight.php
index 1b9768b5f85c085e25fa7930c3cf39a4e39e19f3..872a5cdc9524453689e2f5fc20d76dd4ade344ae 100644 (file)
@@ -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');
-?>