From 9df5bc0adbbfe01f35e193a3b59944f4e85ee1a1 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 May 2017 16:00:52 +0300 Subject: [PATCH] -Menu icons added --- backend/views/layouts/menu_items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/views/layouts/menu_items.php b/backend/views/layouts/menu_items.php index 165fddf..93a0522 100755 --- a/backend/views/layouts/menu_items.php +++ b/backend/views/layouts/menu_items.php @@ -139,12 +139,12 @@ [ 'label' => \Yii::t('catalog', 'Categories'), 'url' => [ 'blog-category/index' ], - 'icon' => 'file-text', + 'icon' => 'book', ], [ 'label' => \Yii::t('catalog', 'Tags'), 'url' => [ 'blog-tag/index' ], - 'icon' => 'file-text', + 'icon' => 'tag', ], ], ], -- libgit2 0.21.4