diff --git a/frontend/views/accounts/cabinet.php b/frontend/views/accounts/cabinet.php index 93c21c9..499cf63 100755 --- a/frontend/views/accounts/cabinet.php +++ b/frontend/views/accounts/cabinet.php @@ -27,6 +27,7 @@ $this->params['breadcrumbs'][] = $this->title; ['label' => 'Корзина', 'url' => Url::toRoute(['/accounts/cabinet'])], ['label' => 'Заказы', 'url' => Url::toRoute(['/accounts/cabinet'])], ['label' => 'Выйти', 'url' => Url::toRoute(['/site/logout'])], + ], ]); ?> -- libgit2 0.21.4