summaryrefslogtreecommitdiffstats
path: root/templates/part.feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feeds.php')
-rw-r--r--templates/part.feeds.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index d8e4a6b01..cee670063 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -27,7 +27,7 @@
}
echo '</ul></li></ul>';
}
-
- $this->inc("part.itemcounter");
- print_folder($_['allfeeds'], 0);
+ include("populateroot.php");
+ include("part.itemcounter.php");
+ print_folder($allfeeds, 0);
?> \ No newline at end of file