Files
admin_hura_8/data/menu_item/distributor.php

20 lines
438 B
PHP
Raw Permalink Normal View History

2024-01-19 12:03:02 +07:00
<?php
return array(
'enable' => true ,
"name" => "Đại lý",
2025-12-07 15:58:07 +07:00
"icon_class" => 'shopping-bag',
2024-01-19 12:03:02 +07:00
"url" => "",
"menu" => array(
0 => array(
'enable' => true ,
'module' => 'distributor',
'view' => 'home',
'id' => 'distributor/home',
'name' => 'Danh sách',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/distributor',
2024-01-19 12:03:02 +07:00
),
),
);