From 5492e60510379add1523454f322def81167be8be Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 11 Feb 2013 15:30:31 +0100 Subject: new style and style cleanup for the news app --- templates/main.php | 78 ++++++++++++++++-------------------------------------- 1 file changed, 23 insertions(+), 55 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index cd2cd8821..91fcaf048 100644 --- a/templates/main.php +++ b/templates/main.php @@ -1,64 +1,32 @@ -
-
-
-
-
    -
  • - - t('New articles'))?> - - - {{ getUnreadCount(feedType.Subscriptions, 0) }} - - - - -
  • -
  • - - t('Starred')) ?> - - - {{ getUnreadCount(feedType.Starred, 0) }} - -
  • +
    +
    - inc('part.listfolder')) ?> - inc('part.listfeed', array('folderId' => '0'))) ?> +
      + inc('part.addnew')) ?> + inc('part.feed.unread')) ?> + inc('part.feed.starred')) ?> + inc('part.listfolder')) ?> + inc('part.listfeed', array('folderId' => '0'))) ?> + inc('part.showall')); ?> +
    -
+
+
+ +
+
+ inc('part.settings')) ?>
- inc('part.settings')) ?> -
-
-
- inc("part.items")); - ?> -
+
+ inc("part.items")); ?>
+
-- cgit v1.2.3