getModule('artbox-comment'); CommentAsset::register($this); ?> title = 'Статьи'; $this->params[ 'seo' ][ Seo::H1] = $this->title ; $this->params[ 'seo' ][ Seo::TITLE] = $this->title; $this->params['breadcrumbs'][] = $this->title; $this->registerMetaTag([ 'name' => 'description', 'content' => 'Статьи', ]); $this->registerMetaTag([ 'name' => 'keywords', 'content' => 'Статьи', ]); ?>
comments); echo Html::a(( $comment_count ? 'Отзывов: ' . count($item->comments) : "Оставить отзыв" ), [ 'articles/show', 'translit' => $item->translit, '#' => 'artbox-comment', ]); ?>