From 7b51dbdb305548ddd53ad30d48606ee1ac9b10bd Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 15:16:02 +0900 Subject: [PATCH] =?UTF-8?q?#173=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20=ED=8C=9D=EC=97=85?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/category.php | 58 ++++++++++++++++++++++++++++++++++++++++ shop/cart.php | 5 ++++ shop/category.php | 9 +++++++ 3 files changed, 72 insertions(+) create mode 100644 mobile/shop/category.php create mode 100644 shop/category.php diff --git a/mobile/shop/category.php b/mobile/shop/category.php new file mode 100644 index 000000000..ee26441f0 --- /dev/null +++ b/mobile/shop/category.php @@ -0,0 +1,58 @@ + + +'; + + $ca_href = G4_SHOP_URL.'/category.php?ca='.$row['ca_id']; + $list_href = G4_SHOP_URL.'/list.php?ca_id='.$row['ca_id']; +?> +
  • + + 상품보기 +
  • + 0) + echo ''; + +if($i ==0) { + echo '

    분류가 존재하지 않습니다.

    '; +} +?> + + + + \ No newline at end of file diff --git a/shop/cart.php b/shop/cart.php index 4469ddfe8..37d5c70d7 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -1,6 +1,11 @@ diff --git a/shop/category.php b/shop/category.php new file mode 100644 index 000000000..3c86f3e5d --- /dev/null +++ b/shop/category.php @@ -0,0 +1,9 @@ + \ No newline at end of file