From e1050aec226ceced3189203a3474b6ef2af669de Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Dec 2009 00:03:44 +0300 Subject: reorder virtual feeds --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b197a7475..5fefe6bee 100644 --- a/functions.php +++ b/functions.php @@ -4251,7 +4251,7 @@ printCategoryHeader($link, -1, $cat_hidden, false); } - foreach (array(-4, 0, -3, -1, -2) as $i) { + foreach (array(-4, -3, -1, -2, 0) as $i) { printFeedEntry($i, "virt", false, false, false, $link); } -- cgit v1.2.3