diff --git a/frontend/views/category/view.php b/frontend/views/category/view.php index eea8aad..5fab149 100755 --- a/frontend/views/category/view.php +++ b/frontend/views/category/view.php @@ -49,7 +49,7 @@ _________________________________________________________ --> $model->parent->lang->title, [ 'view', - 'category' => $model->parent->lang->title, + 'category' => $model->parent->lang->alias->value, ] ); } else { @@ -66,7 +66,7 @@ _________________________________________________________ --> $childCategory->lang->title, ( $childCategory->id === $model->id ) ? '#' : [ 'view', - 'category' => $childCategory->lang->title, + 'category' => $childCategory->lang->alias->value, ] ), [ @@ -82,7 +82,7 @@ _________________________________________________________ --> $childCategory->lang->title, [ 'view', - 'category' => $childCategory->lang->title, + 'category' => $childCategory->lang->alias->value, ] ) ); -- libgit2 0.21.4