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(); } ?>
entryPaginator->render ('pagination.phtml', 'next'); ?>
partial ('nav_entries'); ?>