2024-01-19 12:03:02 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
'enable' => true ,
|
|
|
|
|
"name" => "Xây dựng máy tính",
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => 'iconify lucide--monitor-smartphone tw-tsa',
|
2024-01-19 12:03:02 +07:00
|
|
|
"url" => "",
|
|
|
|
|
"menu" => array(
|
|
|
|
|
array(
|
|
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'pcbuilder',
|
|
|
|
|
'view' => 'home',
|
|
|
|
|
'id' => 'pcbuilder/home',
|
|
|
|
|
'name' => 'Linh kiện xây dựng',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/pcbuilder',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
|
|
|
|
array(
|
|
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'pcbuilder',
|
|
|
|
|
'view' => 'preconfig',
|
|
|
|
|
'id' => 'pcbuilder/preconfig',
|
|
|
|
|
'name' => 'Bộ máy tính mẫu',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/pcbuilder/preconfig',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
);
|