/i', '', $content ); } $output = Request::param ('output', 'normal'); if ($output == 'rss') { $this->renderHelper ('rss'); } else { $this->partial ('aside_flux'); $this->partial ('nav_menu'); if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { $items = $this->entryPaginator->items (); ?>
isDay (Days::TODAY)) { ?>
-
isDay (Days::YESTERDAY)) { ?>
-
isDay (Days::BEFORE_YESTERDAY)) { ?>
    conf) || is_logged ()) { ?>
  • isRead ()) { ?>     isFavorite ()) { ?>    
  • feed (true); ?>
  • name (); ?>
  • title (); ?>
  • date (); ?>

title (); ?>

author (); ?> ' . Translate::t ('by_author', $author) . '
' : ''; ?> conf->lazyload() == 'yes') { echo lazyimg($item->content ()); } else { echo $item->content(); } ?>
  • tags(); ?>
entryPaginator->render ('pagination.phtml', 'next'); ?>