'; ?> rss_base == '' ? '' : ' xml:base="' . $this->rss_base . '"' ?> > <?= $this->rss_title ?> internal_rendering ? htmlspecialchars($this->rss_url, ENT_NOQUOTES, 'UTF-8') : Minz_Url::display('', 'html', true) ?> rss_title) ?> GMT entries as $item) { if (!$this->internal_rendering) { /** @var FreshRSS_Entry */ $item = Minz_ExtensionManager::callHook('entry_before_display', $item); if ($item == null) { continue; } } ?> <?= $item->title() ?> link() ?> authors(); if (is_array($authors)) { foreach ($authors as $author) { echo "\t\t\t", '', $author, '', "\n"; } } $categories = $item->tags(); if (is_array($categories)) { foreach ($categories as $category) { echo "\t\t\t", '', $category, '', "\n"; } } $thumbnail = $item->thumbnail(false); if (!empty($thumbnail['url'])) { // https://www.rssboard.org/media-rss#media-thumbnails echo "\t\t\t", '', "\n"; } $enclosures = $item->enclosures(false); if (is_iterable($enclosures)) { foreach ($enclosures as $enclosure) { // https://www.rssboard.org/media-rss echo "\t\t\t", '' . (empty($enclosure['title']) ? '' : '' . $enclosure['title'] . '') . (empty($enclosure['credit']) ? '' : '' . $enclosure['credit'] . '') . '', "\n"; } } ?> content(false); ?>]]> date(true)) ?> id() > 0 ? $item->id() : $item->guid() ?>