summaryrefslogtreecommitdiffstats
path: root/templates/part.feeds.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-18 19:25:27 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-18 19:25:27 -0400
commitf3f251acec735d44b1abbe609d83eb349ef40305 (patch)
tree6d8b7a319a74afc97ebb0344d5c7d0b10b9c3e89 /templates/part.feeds.php
parent5fccf54f9f3c04d081d871bab130730d5e417fd3 (diff)
basically reversing commit 18176083
Diffstat (limited to 'templates/part.feeds.php')
-rw-r--r--templates/part.feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index cee670063..7d14afe45 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -27,7 +27,7 @@
}
echo '</ul></li></ul>';
}
- include("populateroot.php");
+
include("part.itemcounter.php");
- print_folder($allfeeds, 0);
+ print_folder($_['allfeeds'], 0);
?> \ No newline at end of file