]> git.wh0rd.org Git - tt-rss.git/commitdiff
reorder virtual feeds
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 28 Dec 2009 21:03:44 +0000 (00:03 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 28 Dec 2009 21:03:44 +0000 (00:03 +0300)
functions.php

index b197a7475c212bb3e6916d7f151f9f2fc001a33e..5fefe6bee11ad919b6ff22c7587db606ee3d478d 100644 (file)
                        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);
                }