61 lines
1.5 KiB
PHP
61 lines
1.5 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'enable' => true ,
|
|
"name" => "Nội dung",
|
|
"icon_class" => 'iconify lucide--users tw-tsa',
|
|
"url" => "",
|
|
"menu" => array(
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'article',
|
|
'view' => 'home',
|
|
'id' => 'article/home',
|
|
'name' => 'Tin bài',
|
|
"icon_class" => '',
|
|
'url' => '/admin/article',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'media',
|
|
'view' => 'home',
|
|
'id' => 'media/home',
|
|
'name' => 'Thư viện file Media',
|
|
"icon_class" => '',
|
|
'url' => '/admin/media',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'page',
|
|
'view' => 'home',
|
|
'id' => 'page/home',
|
|
'name' => 'Nội dung cố định',
|
|
"icon_class" => '',
|
|
'url' => '/admin/page',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'album',
|
|
'view' => 'home',
|
|
'id' => 'album/home',
|
|
'name' => 'Thư viện ảnh',
|
|
"icon_class" => '',
|
|
'url' => '/admin/album',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'video',
|
|
'view' => 'home',
|
|
'id' => 'video/home',
|
|
'name' => 'Video',
|
|
"icon_class" => '',
|
|
'url' => '/admin/video',
|
|
),
|
|
),
|
|
);
|