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 '' . htmlspecialchars($feedTitle, ENT_QUOTES, 'UTF-8') .''; echo '' . $unreadItemsCount . ''; echo ''; echo ''; echo ''; echo ''; echo '
  • ';