partial ('aside_flux'); $this->partial ('nav_menu'); if (!empty($this->entries)) { $display_today = true; $display_yesterday = true; $display_others = true; $shaarli = $this->loginOk && $this->conf->sharing ('shaarli'); $poche = $this->loginOk && $this->conf->sharing ('poche'); $diaspora = $this->loginOk && $this->conf->sharing ('diaspora'); $twitter = $this->conf->sharing ('twitter'); $google_plus = $this->conf->sharing ('g+'); $facebook = $this->conf->sharing ('facebook'); $email = $this->conf->sharing ('email'); $print = $this->conf->sharing ('print'); $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 && ( $shaarli || $poche || $diaspora || $twitter || $google_plus || $facebook || $email || $print); $bottomline_tags = $this->conf->bottomline_tags; $bottomline_date = $this->conf->bottomline_date; $bottomline_link = $this->conf->bottomline_link; ?>
entries as $item) { ?> isDay (FreshRSS_Days::TODAY, $this->today)) { ?>
- currentName; ?>
isDay (FreshRSS_Days::YESTERDAY, $this->today)) { ?>
- currentName; ?>
isDay (FreshRSS_Days::BEFORE_YESTERDAY, $this->today)) { ?>
currentName; ?>

title (); ?>

author (); echo $author != '' ? '
' . Minz_Translate::t ('by_author', $author) . '
' : ''; if ($lazyload) { echo $hidePosts ? lazyIframe(lazyimg($item->content())) : lazyimg($item->content()); } else { echo $item->content(); } ?>
renderHelper('pagination'); ?>
partial ('nav_entries'); ?>