This commit is contained in:
2024-01-19 12:03:02 +07:00
parent 8c5660d739
commit 6c02598c48
17 changed files with 1062 additions and 9 deletions

View File

@@ -0,0 +1,29 @@
<?php
return array(
'enable' => true ,
"name" => "Xây dựng máy tính",
"url" => "",
"menu" => array(
array(
'enable' => true ,
'module' => 'pcbuilder',
'view' => 'home',
'id' => 'pcbuilder/home',
'name' => 'Linh kiện xây dựng',
'url' => '/admin/?opt=pcbuilder',
),
array(
'enable' => true ,
'module' => 'pcbuilder',
'view' => 'preconfig',
'id' => 'pcbuilder/preconfig',
'name' => 'Bộ máy tính mẫu',
'url' => '/admin/?opt=pcbuilder&view=preconfig',
),
),
);