partial('aside_feed'); $this->partial('nav_menu'); call_user_func($this->callbackBeforeEntries, $this); $lazyload = FreshRSS_Context::$user_conf->lazyload; $content_width = FreshRSS_Context::$user_conf->content_width; ?>
entries as $item): $lastEntry = $item; $nbEntries++; ob_flush(); $item = Minz_ExtensionManager::callHook('entry_before_display', $item); if ($item == null) { continue; } ?>
categories, $item->feed()); //We most likely already have the feed object in cache if (empty($feed)) $feed = $item->feed(true); $favoriteUrl = array('c' => 'entry', 'a' => 'bookmark', 'params' => array('id' => $item->id())); if ($item->isFavorite()) { $favoriteUrl['params']['is_favorite'] = 0; } $readUrl = array('c' => 'entry', 'a' => 'read', 'params' => array('id' => $item->id())); if ($item->isRead()) { $readUrl['params']['is_read'] = 0; } ?> isRead() ? 'read' : 'unread') ?> isFavorite() ? 'starred' : 'non-starred') ?> show_favicons): ?>✇ name() ?>

title() ?>

authors(); if (is_array($authors)): $first = true; foreach ($authors as $author): echo $first ? _t('gen.short.by_author') . ' ' : '· '; $first = false; ?> date(); ?>
content() ?>
0): call_user_func($this->callbackBeforePagination, $this, $nbEntries, $lastEntry); $this->renderHelper('pagination'); ?>