Update menu

This commit is contained in:
2025-11-24 12:37:49 +07:00
parent caa5828511
commit 4d67725ea8
13 changed files with 122 additions and 48 deletions

View File

@@ -3,6 +3,7 @@
return array(
'enable' => true ,
"name" => "Hệ thống",
"icon_class" => 'iconify hugeicons--settings-04 tw-tsa',
"url" => "",
"menu" => array(
array(
@@ -11,6 +12,7 @@ return array(
'view' => 'settings',
'id' => 'system/settings',
'name' => 'Cài đặt chung',
"icon_class" => '',
'url' => '/admin/system/settings',
),
@@ -20,6 +22,7 @@ return array(
'view' => 'home',
'id' => 'template/home',
'name' => 'Sửa file template',
"icon_class" => '',
'url' => '/admin/template',
),
@@ -29,6 +32,7 @@ return array(
'view' => 'home',
'id' => '',
'name' => 'Quản trị viên',
"icon_class" => '',
'url' => '/admin/admin',
),
@@ -38,6 +42,7 @@ return array(
'view' => 'store-address',
'id' => '',
'name' => 'Địa chỉ cửa hàng',
"icon_class" => '',
'url' => '/admin/system/store-address',
),
@@ -47,6 +52,7 @@ return array(
'view' => 'domain',
'id' => 'system/domain',
'name' => 'Cài đặt tên miền',
"icon_class" => '',
'url' => '/admin/system/domain',
),
@@ -56,6 +62,7 @@ return array(
'view' => 'ban-ip',
'id' => '',
'name' => 'Chặn IP truy cập website',
"icon_class" => '',
'url' => '/admin/system/ban-ip',
),
@@ -65,10 +72,11 @@ return array(
'view' => 'change-info',
'id' => '',
'name' => 'Thông tin website',
"icon_class" => '',
'url' => '/admin/system/change-info',
),
array(
'enable' => true ,
@@ -76,6 +84,7 @@ return array(
'view' => 'province-list',
'id' => '',
'name' => 'Cài đặt tỉnh thành',
"icon_class" => '',
'url' => '/admin/system/province-list',
),
@@ -85,6 +94,7 @@ return array(
'view' => 'home',
'id' => '',
'name' => 'Tình trạng đơn hàng',
"icon_class" => '',
'url' => '/admin/system/order-status',
),
@@ -94,6 +104,7 @@ return array(
'view' => 'home',
'id' => '',
'name' => 'Hỗ trợ bán hàng',
"icon_class" => '',
'url' => '/admin/online_support',
),
@@ -103,6 +114,7 @@ return array(
'view' => 'country',
'id' => '',
'name' => 'Quốc gia',
"icon_class" => '',
'url' => '/admin/system/country',
),
@@ -112,6 +124,7 @@ return array(
'view' => 'home',
'id' => '',
'name' => 'Cài đặt thông báo ngoài',
"icon_class" => '',
'url' => '/admin/report_out',
),
@@ -121,6 +134,7 @@ return array(
'view' => 'home',
'id' => '',
'name' => 'Cài đặt phí vận chuyển',
"icon_class" => '',
'url' => '/admin/shipping2',
),
@@ -130,6 +144,7 @@ return array(
'view' => 'redirect',
'id' => 'url/redirect',
'name' => 'Url Redirect',
"icon_class" => '',
'url' => '/admin/url/redirect',
),
@@ -139,17 +154,10 @@ return array(
'view' => 'home',
'id' => 'tool/home',
'name' => 'Công cụ',
"icon_class" => '',
'url' => '/admin/tool',
),
array(
'enable' => true ,
'module' => 'civi',
'view' => 'home',
'id' => '',
'name' => 'Civi Affiliate',
'url' => '/admin/civi',
),
array(
'enable' => true ,
@@ -157,6 +165,7 @@ return array(
'view' => 'home',
'id' => 'menu/home',
'name' => 'Quản trị menu',
"icon_class" => '',
'url' => '/admin/menu',
),
@@ -166,6 +175,7 @@ return array(
'view' => 'keyword-suggest',
'id' => 'system/keyword-suggest',
'name' => 'Từ khóa gợi ý',
"icon_class" => '',
'url' => '/admin/system/keyword-suggest',
),
@@ -175,6 +185,7 @@ return array(
'view' => 'home',
'id' => 'tag/home',
'name' => 'Quản trị Tag',
"icon_class" => '',
'url' => '/admin/tag',
),
),