Commit 0f37e9447381245804808ce18da173a5c78776d9
1 parent
fa5a99de
VItaliy 04.12.2015
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/views/accounts/cabinet.php
... | ... | @@ -27,6 +27,7 @@ $this->params['breadcrumbs'][] = $this->title; |
27 | 27 | ['label' => 'Корзина', 'url' => Url::toRoute(['/accounts/cabinet'])], |
28 | 28 | ['label' => 'Заказы', 'url' => Url::toRoute(['/accounts/cabinet'])], |
29 | 29 | ['label' => 'Выйти', 'url' => Url::toRoute(['/site/logout'])], |
30 | + | |
30 | 31 | ], |
31 | 32 | ]); |
32 | 33 | ?> | ... | ... |