=$news->title?>
=$news->date?>
title = $news->meta_title; $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title; $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); $this->params[ 'breadcrumbs' ][] = ['label'=>'Статьи','url'=>['/articles/main']]; $this->params[ 'breadcrumbs' ][] = $news->title; ?>
=$news->date?>
comments); if($comment_count) { echo "Отзывов: " . $comment_count; } else { echo "Оставить отзыв"; } ?>