summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-19 08:23:52 +0100
committerAndrew Dolgov <[email protected]>2009-01-19 08:23:52 +0100
commit2baedabe50decf900508543fb564d0d3585f7188 (patch)
tree63f119b52e9c4b7da8038853fe9d515832a68ade /functions.php
parentc46a4a050d658f853f296332abd0c6a6dc838a6a (diff)
properly highlight Labels category
Diffstat (limited to 'functions.php')
-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\"