partial('aside_feed'); $this->partial('nav_menu'); if (!empty($this->entries)) { $lazyload = FreshRSS_Context::$user_conf->lazyload; $content_width = FreshRSS_Context::$user_conf->content_width; ?>
entries as $item) { $item = Minz_ExtensionManager::callHook('entry_before_display', $item); if (is_null($item)) { 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') ?> ✇ name() ?>

title() ?>

authors(); if (is_array($authors)): $first = true; foreach ($authors as $author): echo $first ? _t('gen.short.by_author') . ' ' : '· '; $first = false; ?> date(); ?>
content() ?>
renderHelper('pagination'); ?>