summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 11:14:45 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 11:14:45 +0100
commit3d72bbdb4f4cb35c40aa61199dc6b3265cc5c9b6 (patch)
treea030024f7127b0b3ac488ad75e61be0aef7d734d /functions.php
parent617698d71010d43161b968811f50e0edce25dc1a (diff)
active_feed_is_cat, active_feed_id handling changes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index c4ecc78ec..8c11ed0d9 100644
--- a/functions.php
+++ b/functions.php
@@ -4188,7 +4188,7 @@
$inner_title_class = "catTitleNL";
}
- if ($cat_id > 0) {
+ if ($cat_id >= 0) {
$cat_class = "feedCat";
} else {
$cat_class = "virtCat";