partial('aside_flux'); $this->partial('nav_menu'); if (!empty($this->entries)) { $display_today = true; $display_yesterday = true; $display_others = true; if (FreshRSS_Auth::hasAccess()) { $sharing = FreshRSS_Context::$conf->sharing; } else { $sharing = array(); } $hidePosts = !FreshRSS_Context::$conf->display_posts; $lazyload = FreshRSS_Context::$conf->lazyload; $topline_read = FreshRSS_Context::$conf->topline_read; $topline_favorite = FreshRSS_Context::$conf->topline_favorite; $topline_date = FreshRSS_Context::$conf->topline_date; $topline_link = FreshRSS_Context::$conf->topline_link; $bottomline_read = FreshRSS_Context::$conf->bottomline_read; $bottomline_favorite = FreshRSS_Context::$conf->bottomline_favorite; $bottomline_sharing = FreshRSS_Context::$conf->bottomline_sharing && (count($sharing)); $bottomline_tags = FreshRSS_Context::$conf->bottomline_tags; $bottomline_date = FreshRSS_Context::$conf->bottomline_date; $bottomline_link = FreshRSS_Context::$conf->bottomline_link; $content_width = FreshRSS_Context::$conf->content_width; $today = @strtotime('today'); ?>
entries as $item) { if ($display_today && $item->isDay(FreshRSS_Days::TODAY, $today)) { ?>
currentName; ?>
isDay(FreshRSS_Days::YESTERDAY, $today)) { ?>
currentName; ?>
isDay(FreshRSS_Days::BEFORE_YESTERDAY, $today)) { ?>
currentName; ?>

title(); ?>

author(); echo $author != '' ? '
' . _t('by_author', $author) . '
' : '', $lazyload && $hidePosts ? lazyimg($item->content()) : $item->content(); ?>
  • 'entry', 'a' => 'read', 'params' => array('id' => $item->id())); if ($item->isRead()) { $arUrl['params']['is_read'] = 0; } ?>isRead() ? 'read' : 'unread'); ?>
  • 'entry', 'a' => 'bookmark', 'params' => array('id' => $item->id())); if ($item->isFavorite()) { $arUrl['params']['is_favorite'] = 0; } ?>isFavorite() ? 'starred' : 'non-starred'); ?>
  • link()); $title = urlencode($item->title() . ' · ' . $feed->name()); ?>
  • tags() : null; if (!empty($tags)) { ?>
  • date(); ?>
renderHelper('pagination'); ?>
partial('nav_entries'); ?>