Commit 9df5bc0adbbfe01f35e193a3b59944f4e85ee1a1
1 parent
b8a1c97a
-Menu icons added
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
backend/views/layouts/menu_items.php
@@ -139,12 +139,12 @@ | @@ -139,12 +139,12 @@ | ||
139 | [ | 139 | [ |
140 | 'label' => \Yii::t('catalog', 'Categories'), | 140 | 'label' => \Yii::t('catalog', 'Categories'), |
141 | 'url' => [ 'blog-category/index' ], | 141 | 'url' => [ 'blog-category/index' ], |
142 | - 'icon' => 'file-text', | 142 | + 'icon' => 'book', |
143 | ], | 143 | ], |
144 | [ | 144 | [ |
145 | 'label' => \Yii::t('catalog', 'Tags'), | 145 | 'label' => \Yii::t('catalog', 'Tags'), |
146 | 'url' => [ 'blog-tag/index' ], | 146 | 'url' => [ 'blog-tag/index' ], |
147 | - 'icon' => 'file-text', | 147 | + 'icon' => 'tag', |
148 | ], | 148 | ], |
149 | ], | 149 | ], |
150 | ], | 150 | ], |