From 3d72bbdb4f4cb35c40aa61199dc6b3265cc5c9b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 11:14:45 +0100 Subject: active_feed_is_cat, active_feed_id handling changes --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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"; -- cgit v1.2.3