From 8dc1c6c6ea83f4ffe5fc0c290e317cd9bacb6d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20T=C3=A4tzner?= Date: Wed, 8 Aug 2012 14:29:28 +0200 Subject: highlight currently shown feed and load feeds always in ajax style --- templates/part.feeds.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/part.feeds.php') diff --git a/templates/part.feeds.php b/templates/part.feeds.php index 81712a475..da46de0e1 100644 --- a/templates/part.feeds.php +++ b/templates/part.feeds.php @@ -31,5 +31,6 @@ echo ''; } - print_folder($_['allfeeds']); + $allfeeds = isset($_['allfeeds']) ? $_['allfeeds'] : ''; + print_folder($allfeeds); ?> \ No newline at end of file -- cgit v1.2.3