From 598a0907d6293a7572e37bd706e88b60da43b878 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 9 May 2013 21:43:10 +0900 Subject: [PATCH] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20#158=20?= =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EC=84=A0=ED=83=9D?= =?UTF-8?q?=EC=B0=BD=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/category.php | 65 +++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/mobile/shop/category.php b/mobile/shop/category.php index ad6991caf..9ee4f77d0 100644 --- a/mobile/shop/category.php +++ b/mobile/shop/category.php @@ -20,32 +20,57 @@ $sql = " select ca_id, ca_name from {$g4['shop_category_table']} $result = sql_query($sql); ?> -'; + -if($i > 0) - echo ''; +
-if($i ==0) { - echo '

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

'; -} -?> +

카테고리

+ +

카테고리 목록

'; + + if($i ==0) { + echo '

하위 분류가 없습니다.

'; + } + ?> + +
+ + +
+ +