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.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index 5ddd90a6c..a3edb993a 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -1,12 +1,10 @@
-<?php foreach( $_['allfeeds'] as $collection ):
- $children = $collection->getChildren();
- echo sizeof($children);
+<?php
+ echo $_['allfeeds']->getName();
+ $children = $_['allfeeds']->getChildren();
+
foreach($children as $child) {
if ($child instanceOf OC_News_Folder){
- echo 'prova';
echo $child->getName();
}
}
-echo 'prova';
?>
-<?php endforeach; ?> \ No newline at end of file