From 578e0fc471922ebf20f56ceb94fa32e4ed3e4856 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Aug 2013 16:42:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=A0=95=EB=A0=AC?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EB=B0=8F=20=EC=83=81=ED=92=88=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=B3=B4=EA=B8=B0=20=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/list.php | 8 ++++++++ mobile/shop/list.sort.php | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 mobile/shop/list.sort.php diff --git a/mobile/shop/list.php b/mobile/shop/list.php index 8687a605f..958317c8e 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -56,6 +56,11 @@ if ($is_admin) // 리스트 유형별로 출력 $list_file = G4_MSHOP_SKIN_PATH.'/'.$ca['ca_mobile_skin']; if (file_exists($list_file)) { + include G4_MSHOP_PATH.'/list.sort.php'; + + // 상품 보기 타입 변경 버튼 + include G4_SHOP_PATH.'/list.sub.php'; + // 총몇개 $items = $ca['ca_mobile_list_mod']; // 페이지가 없으면 첫 페이지 (1 페이지) @@ -98,6 +103,9 @@ if ($is_admin) ?> + + +
+

상품 정렬

+ + +
+ \ No newline at end of file