diff --git a/backend/views/layouts/menu_items.php b/backend/views/layouts/menu_items.php index 569a8a6..22e8677 100644 --- a/backend/views/layouts/menu_items.php +++ b/backend/views/layouts/menu_items.php @@ -79,6 +79,11 @@ 'url' => [ 'product/index' ], 'icon' => 'gift', ], + [ + 'label' => \Yii::t('catalog', 'Import'), + 'url' => [ 'import/index' ], + 'icon' => 'download', + ], ], ], [ -- libgit2 0.21.4