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