partial ('aside_flux'); $this->partial ('nav_menu'); if (!empty($this->entries)) { $display_today = true; $display_yesterday = true; $display_others = true; $logged = !login_is_conf ($this->conf) || is_logged (); $shaarli = $this->conf->sharing ('shaarli'); $poche = $this->conf->sharing ('poche'); $diaspora = $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'); $today = $this->today; $hidePosts = !$this->conf->display_posts; $lazyload = $this->conf->lazyload; ?>
entries as $item) { ?> isDay (FreshRSS_Days::TODAY, $today)) { ?>
- currentName; ?>
isDay (FreshRSS_Days::YESTERDAY, $today)) { ?>
- currentName; ?>
isDay (FreshRSS_Days::BEFORE_YESTERDAY, $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(); } ?>
    conf->bottomline_read) { ?>
  • isRead () ? 'read' : 'unread'); ?>
  • conf->bottomline_favorite) { ?>
  • isFavorite () ? 'starred' : 'non-starred'); ?>
  • conf->bottomline_sharing && ( $shaarli || $poche || $diaspora || $twitter || $google_plus || $facebook || $email )) { $link = urlencode ($item->link ()); $title = urlencode ($item->title () . ' - ' . $feed->name ()); ?>
  • conf->bottomline_tags ? $item->tags() : null; if (!empty($tags)) { ?>
  • conf->bottomline_date) { ?>
  • date (); ?> 
  • conf->bottomline_link) { ?>
renderHelper('pagination'); ?>
partial ('nav_entries'); ?>