title = \Yii::t('app', 'Галерея объектов');
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
$dataProvider,
'itemView' => '_list_item',
'itemOptions' => [
'class' => 'row',
],
'layout' => '{items}
{pager}
',
'options' => [
'class' => 'style new_articles-wr',
],
]);
?>