]> git.wh0rd.org - tt-rss.git/commitdiff
properly highlight Labels category
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 07:23:52 +0000 (08:23 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Jan 2009 07:23:52 +0000 (08:23 +0100)
functions.php

index 3de256c7d992d283382081adf39ec23a4c768a9a..6a1eebee32659057f204d9a41be140422d9147bc 100644 (file)
                                $inner_title_class = "catTitleNL";
                        }
 
-                       if ($cat_id >= 0) {
-                               $cat_class = "feedCat";
-                       } else {
-                               $cat_class = "virtCat";
-                       }
+                       $cat_class = "feedCat";
 
                        print "<li class=\"$cat_class\" id=\"FCAT-$cat_id\">
                                <img onclick=\"toggleCollapseCat($cat_id)\" class=\"catCollapse\"