getFavicon(); if ($favicon == null) { $favicon = OCP\Util::imagePath('news', 'rss.svg'); } if($unreadItemsCount == 0){ $allReadClass = 'all_read'; } else { $allReadClass = ''; } echo '
  • '; echo '' . $feed->getTitle() .''; echo '' . $unreadItemsCount . ''; echo ''; echo '
  • ';