a
This commit is contained in:
@@ -1 +1,17 @@
|
||||
<?php
|
||||
|
||||
return _get_order_list();
|
||||
|
||||
// helpers
|
||||
function _get_order_list() {
|
||||
$main_items = [
|
||||
'detail_new',
|
||||
];
|
||||
|
||||
$menu_list = [];
|
||||
foreach ($main_items as $item) {
|
||||
$menu_list[$item] = include_once __DIR__."/".$item.".php";
|
||||
}
|
||||
|
||||
return $menu_list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user