['class' => 'nav nav-pills nav-stacked'],
'items' => [
['label' => 'Вид камня', 'url' => ['type-of-stone/index']],
['label' => 'Цвета', 'url' => ['colors/index']],
['label' => 'Страна', 'url' => ['country/index']],
['label' => 'Категории', 'url' => ['category/index' ]],
['label' => 'Камень', 'url' => ['stone/index']],
['label' => 'Изделия', 'url' => ['goods/index']],
['label' => 'Услуги', 'url' => ['standard-services/index']],
['label' => 'Статьи', 'url' => ['articles/index']],
['label' => 'Акции', 'url' => ['events/index'],],
['label' => 'Статические страницы', 'url' => ['page/index']],
//['label' => 'Заказы', 'url' => ['order/index']],
['label' => 'Консультация', 'url' => ['quick-order/index']],
//['label' => 'Обратный звонок', 'url' => ['callback/index']],
['label' => 'Запрос "Подробнее"', 'url' => ['details-request/index']],
['label' => 'Подписки', 'url' => ['subscribe/index']],
['label' => 'SEO', 'url' => ['seo-data/index']],
],
]);
?>
= Breadcrumbs::widget([
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
]) ?>
//= $content ?>
endContent() ?>