From 9dd7b4bf79546fe54400cee2a79d01b6a86331cd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 16 Aug 2012 16:45:53 +0200 Subject: made all entries look the same in the feedsbar --- templates/part.items.php | 6 +++--- templates/part.listfeed.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/part.items.php b/templates/part.items.php index 3d9c366d6..efe37821a 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -30,6 +30,9 @@ foreach($items as $item) { echo '
  • '; + echo '

    ' . '

    '; + echo '
    '; echo '
      '; echo '
    • '; @@ -40,9 +43,6 @@ foreach($items as $item) { echo '
    '; echo '
    '; - echo '

    ' . '

    '; - echo '

    ' . $item->getTitle() . '

    '; if(trim($item->getAuthor()) == ''){ diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php index d3008bc91..e06dcd38c 100644 --- a/templates/part.listfeed.php +++ b/templates/part.listfeed.php @@ -16,8 +16,8 @@ if($unreadItemsCount == 0){ $allReadClass = ''; } -echo '
  • '; -echo '' . $feed->getTitle() .''; +echo '
  • '; +echo '' . $feed->getTitle() .''; echo '' . $unreadItemsCount . ''; echo ''; echo ''; -- cgit v1.2.3