Lots of little changes...
[squirrelmail.git] / src / left_main.php
index 959294eec8a6f3e73926e616b664a3c68960ba2c..a3f2dfade924189c20c843c37b508ea327c94a65 100644 (file)
@@ -336,7 +336,7 @@ for ($i = 0;$i < count($boxes); $i++) {
 
         /* Add the folder name and link. */
         if (in_array('noselect', $boxes[$i]['flags'])) {
-            $line .= "<FONT COLOR=\"$color[10]\">";
+            $line .= "<FONT COLOR=\"$color[7]\">";
             if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
                 $mailbox = str_replace('&nbsp;','',$mailbox);
                 $line .= str_replace(' ', '&nbsp;', $mailbox);
@@ -359,4 +359,4 @@ do_hook('left_main_after');
 
 echo "</BODY></HTML>\n";
 
-?>
\ No newline at end of file
+?>