do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / src / options.php
index 499a4359d2591aee3cd36c2a227f04d9c5562c3c..4350c59e8271aedda5253e26ae1a00300375e142 100644 (file)
@@ -237,7 +237,7 @@ if ($optmode == SMOPT_MODE_SUBMIT) {
 /* Finally, display whatever page we are supposed to show now. */
 /***************************************************************/
 
-displayPageHeader($color, 'None', (isset($optpage_data['xtra']) ? $optpage_data['xtra'] : ''));
+displayPageHeader($color, null, (isset($optpage_data['xtra']) ? $optpage_data['xtra'] : ''));
 
 /*
  * The main option page has a different layout then the rest of the option