getTitle()); $feedId = $feed->getId(); $unreadItemsCount = isset($_['unreadItemsCount']) ? $_['unreadItemsCount'] : null; $favicon = $feed->getFavicon(); if ($favicon == null) { $favicon = OCP\Util::imagePath('core', 'actions/public.svg'); } } echo '
  • '; echo '' . $feedTitle .''; echo '' . $unreadItemsCount . ''; echo ''; echo ''; echo ''; echo ''; echo '
  • ';