From 4aa9caf381e9bb146b1232568cac1e72344540c2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 14:03:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=ED=8C=8C=EC=9D=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/listtype.php | 103 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 mobile/shop/listtype.php diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php new file mode 100644 index 000000000..635183118 --- /dev/null +++ b/mobile/shop/listtype.php @@ -0,0 +1,103 @@ + + +"; + +if (!$skin) + $skin = "list.skin.10.php"; + +$td_width = (int)($mod / 100); + +// 리스트 유형별로 출력 +$list_file = G4_SHOP_PATH.'/'.$skin; +if (file_exists($list_file)) { + + include G4_SHOP_PATH."/list.sub.php"; + //include "$cart_dir/list.sort.php"; + + $sql = $sql_list1 . $sql_common . $sql_list2 . " limit $from_record, $items "; + $result = sql_query($sql); + + include $list_file; + +} +else +{ + $i = 0; + $error = "

$skin 파일을 찾을 수 없습니다.

관리자에게 알려주시면 감사하겠습니다."; +} + +if ($i==0) +{ + echo "
"; + echo "

$error
"; +} +?> + + + +$row2[ca_name]"; + $bar = " | "; +} +*/ +?> + +