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->displayPosts() === 'no'; $lazyload = $this->conf->lazyload() === 'yes'; ?>
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->bottomlineRead ()) { ?>
  • isRead () ? 'read' : 'unread'); ?>
  • conf->bottomlineFavorite ()) { ?>
  • isFavorite () ? 'starred' : 'non-starred'); ?>
  • conf->bottomlineSharing () && ( $shaarli || $poche || $diaspora || $twitter || $google_plus || $facebook || $email )) { $link = urlencode ($item->link ()); $title = urlencode ($item->title () . ' - ' . $feed->name ()); ?>
  • conf->bottomlineTags () ? $item->tags() : null; if (!empty($tags)) { ?>
  • conf->bottomlineDate ()) { ?>
  • date (); ?> 
  • conf->bottomlineLink ()) { ?>
renderHelper('pagination'); ?>
partial ('nav_entries'); ?>