From 364e391e82ccd02e4e50ddd8ed7944f358d9025e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Aug 2008 09:05:24 +0100 Subject: add separate class for virtual cats to prevent resorting --- functions.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index f097e1910..8d8f25421 100644 --- a/functions.php +++ b/functions.php @@ -4095,7 +4095,13 @@ $inner_title_class = "catTitleNL"; } - print "
  • + if ($cat_id > 0) { + $cat_class = "feedCat"; + } else { + $cat_class = "virtCat"; + } + + print "