Files
firstgarden-web-gnu/adm/admin.menu400.shop_1of2.php
2013-01-27 15:48:08 +09:00

32 lines
1.8 KiB
PHP

<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if (!defined('G4_IS_SHOP') || !G4_IS_SHOP) return;
$menu["menu400"] = array (
array("400000", "쇼핑몰관리", "$g4[shop_admin_path]/"),
array("400100", "쇼핑몰설정", "$g4[shop_admin_path]/configform.php"),
array("400200", "분류관리", "$g4[shop_admin_path]/categorylist.php"),
array("400300", "상품관리", "$g4[shop_admin_path]/itemlist.php"),
array("400400", "주문관리", "$g4[shop_admin_path]/orderlist.php"),
array("400410", "주문개별관리", "$g4[shop_admin_path]/orderstatuslist.php"),
array("400420", "주문통합관리", "$g4[shop_admin_path]/orderlist2.php"),
array("400500", "배송일괄처리", "$g4[shop_admin_path]/deliverylist.php"),
array("400610", "상품유형관리", "$g4[shop_admin_path]/itemtypelist.php"),
array("400620", "상품재고관리", "$g4[shop_admin_path]/itemstocklist.php"),
array("400630", "이벤트관리", "$g4[shop_admin_path]/itemevent.php"),
array("400640", "이벤트일괄처리", "$g4[shop_admin_path]/itemeventlist.php"),
array("400650", "사용후기", "$g4[shop_admin_path]/itempslist.php"),
array("400660", "상품문의", "$g4[shop_admin_path]/itemqalist.php"),
array("400700", "내용관리", "$g4[shop_admin_path]/contentlist.php"),
array("400710", "FAQ 관리", "$g4[shop_admin_path]/faqmasterlist.php"),
array("400720", "새창관리", "$g4[shop_admin_path]/newwinlist.php"),
array("400730", "배너관리", "$g4[shop_admin_path]/bannerlist.php"),
array("400740", "배송회사관리", "$g4[shop_admin_path]/deliverycodelist.php"),
array("400750", "추가배송비관리", "$g4[shop_admin_path]/sendcostlist.php"),
array("400800", "쿠폰관리", "$g4[shop_admin_path]/couponlist.php")
);
?>