ShuanghongS 2 сар өмнө
parent
commit
be98759379
1 өөрчлөгдсөн 7 нэмэгдсэн , 7 устгасан
  1. 7 7
      main_new_version.php

+ 7 - 7
main_new_version.php

@@ -102,14 +102,14 @@ switch ($action) {
                         if($v['s_column'] =="Ocean Booking"){
                             $urlData = $menuSetting[$v['s_column']];
                             $menuList[] = array("index"=>"$index","label"=>$urlData['label'],"icon"=>$urlData['icon'],"path"=>$urlData['path']);
-                            // $bookingManagement = array("index"=>"$index","label"=>"Booking","icon"=>"icon_booking__fill_b","type"=>"list");
-                            // $children  = array(); 
+                            //$bookingManagement = array("index"=>"$index","label"=>"Booking","icon"=>"icon_booking__fill_b","type"=>"list");
+                            //$children  = array(); 
 
-                            // $urlData = $menuSetting[$v['s_column']];
-                            // $children[] = array("index"=>$index.'-1',"label"=>$urlData['label'],"path"=>$urlData['path']);
-                            // $children[] = array("index"=>$index.'-2',"label"=>"Destination Delivery","path"=>"/destination-delivery");
-                            // $bookingManagement["children"] = $children;
-                            // $menuList[] = $bookingManagement;
+                            //$urlData = $menuSetting[$v['s_column']];
+                            //$children[] = array("index"=>$index.'-1',"label"=>"Booking Management","path"=>$urlData['path']);
+                            //$children[] = array("index"=>$index.'-2',"label"=>"Destination Delivery","path"=>"/destination-delivery");
+                            //$bookingManagement["children"] = $children;
+                            //$menuList[] = $bookingManagement;
                             $index = $index + 1;
                         }
                     }