partial ('aside_flux'); $this->partial ('nav_menu'); if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { $items = $this->entryPaginator->items (); ?>
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 () ? '☑' : '☐'; ?>
  • conf->bottomlineFavorite ()) { ?>
  • isFavorite () ? '★' : '☆'; ?>
  • conf->bottomlineSharing ()) { $link = urlencode ($item->link ()); $title = urlencode ($item->title () . ' - ' . $feed->name ()); ?>
  • conf->bottomlineTags () ? $item->tags() : null; if (!empty($tags)) { ?>
  • conf->bottomlineDate ()) { ?>
  • date (); ?> 
  • conf->bottomlineLink ()) { ?>
entryPaginator->render ('pagination.phtml', 'next'); ?>
partial ('nav_entries'); ?>