Jelajahi Sumber

Removed code I was playing around with.

Tyler Akins 23 tahun lalu
induk
melakukan
3c26d12740
1 mengubah file dengan 1 tambahan dan 7 penghapusan
  1. 1 7
      src/left_main.php

+ 1 - 7
src/left_main.php

@@ -334,13 +334,7 @@ for ($i = 0;$i < count($boxes); $i++) {
 
 
         /* Add the folder name and link. */
         /* Add the folder name and link. */
 	if (! isset($color[15])) {
 	if (! isset($color[15])) {
-	    if (isset($color[14])) {
-	        $color[15] = $color[14];
-	    } elseif (isset($color[13])) {
-	        $color[15] = $color[13];
-	    } else {
-  	        $color[15] = $color[6];
-	    }
+            $color[15] = $color[6];
 	}
 	}
         if (in_array('noselect', $boxes[$i]['flags'])) {
         if (in_array('noselect', $boxes[$i]['flags'])) {
             $line .= "<FONT COLOR=\"$color[15]\">";
             $line .= "<FONT COLOR=\"$color[15]\">";