summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/functions.php b/functions.php
index 3de256c7d..6a1eebee3 100644
--- a/functions.php
+++ b/functions.php
@@ -4126,11 +4126,7 @@
$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\"