1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 23:49:14 +00:00

active_feed_is_cat, active_feed_id handling changes

This commit is contained in:
Andrew Dolgov
2009-01-17 11:14:45 +01:00
parent 617698d710
commit 3d72bbdb4f
7 changed files with 62 additions and 54 deletions

View File

@@ -4188,7 +4188,7 @@
$inner_title_class = "catTitleNL";
}
if ($cat_id > 0) {
if ($cat_id >= 0) {
$cat_class = "feedCat";
} else {
$cat_class = "virtCat";