partial ('aside_flux');
$this->partial ('nav_menu');
if (!empty($this->entries)) {
$display_today = true;
$display_yesterday = true;
$display_others = true;
if ($this->loginOk) {
$sharing = $this->conf->sharing;
} else {
$sharing = array();
}
$hidePosts = !$this->conf->display_posts;
$lazyload = $this->conf->lazyload;
$topline_read = $this->conf->topline_read;
$topline_favorite = $this->conf->topline_favorite;
$topline_date = $this->conf->topline_date;
$topline_link = $this->conf->topline_link;
$bottomline_read = $this->conf->bottomline_read;
$bottomline_favorite = $this->conf->bottomline_favorite;
$bottomline_sharing = $this->conf->bottomline_sharing && (count($sharing));
$bottomline_tags = $this->conf->bottomline_tags;
$bottomline_date = $this->conf->bottomline_date;
$bottomline_link = $this->conf->bottomline_link;
$content_width = $this->conf->content_width;
?>
entries as $item) {
if ($display_today && $item->isDay (FreshRSS_Days::TODAY, $this->today)) {
?>
— currentName; ?>
isDay (FreshRSS_Days::YESTERDAY, $this->today)) {
?>
— currentName; ?>
isDay (FreshRSS_Days::BEFORE_YESTERDAY, $this->today)) {
?>
currentName; ?>
author();
echo $author != '' ? '
' . Minz_Translate::t('by_author', $author) . '
' : '',
$lazyload && $hidePosts ? lazyimg($item->content()) : $item->content();
?>
loginOk) {
if ($bottomline_read) {
?>- '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'); ?>