From 97f9920488f5a1a5a92ff6130ea1249cebfcee16 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 15 Aug 2012 16:02:47 +0200 Subject: fixed a bug that would prevent the subscriptionlist to show no unread feeds in the beginning --- templates/main.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index f9c359ca4..1f84520db 100644 --- a/templates/main.php +++ b/templates/main.php @@ -10,9 +10,12 @@ echo $this->inc("part.items.header"); ?>
- +

t('Subscriptions'); ?>

+
+
    + inc("part.feeds"); ?> +
+
-- cgit v1.2.3