partial ('aside_flux'); $this->partial ('nav_menu'); if (!empty($this->entries)) { ?>
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'); ?> entries as $item) { ?> isDay (Days::TODAY)) { ?>
- currentName; ?>
isDay (Days::YESTERDAY)) { ?>
- currentName; ?>
isDay (Days::BEFORE_YESTERDAY)) { ?>
currentName; ?>

title (); ?>

author (); echo $author != '' ? '
' . Translate::t ('by_author', $author) . '
' : ''; if($this->conf->lazyload() == 'yes') { echo lazyimg($item->content ()); } else { echo $item->content(); } ?>
    conf) || is_logged ()) { if ($this->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'); ?>