summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-10 00:12:38 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-10 00:12:38 -0400
commita077e4ea2f34d3406373b7d3705162a44f527ace (patch)
tree7bdcfeeb6463e6e553ed072fe5353a65a47925b9 /templates
parent98614791fb9cc79920405d2e07030a2411dc6f4a (diff)
importing opml becomes simple for debugging reasons (ignore SimplePie issues for now)
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feeds.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index faa58f323..68ef70451 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -32,5 +32,8 @@
}
$allfeeds = isset($_['allfeeds']) ? $_['allfeeds'] : '';
- print_folder($allfeeds);
+?>
+
+<?php
+print_folder($allfeeds);
?> \ No newline at end of file