From 30750e1b9c92765d8e1a472463130bdf4c01b6c8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 15:05:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#146=20=EC=9C=A0?= =?UTF-8?q?=ED=98=95=EB=B3=84=20=EC=83=81=ED=92=88=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=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=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/listtype.php | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/shop/listtype.php b/shop/listtype.php index 9ae046201..635183118 100644 --- a/shop/listtype.php +++ b/shop/listtype.php @@ -6,31 +6,25 @@ if (G4_IS_MOBILE) { return; } -include_once('./_head.php'); - $type = $_REQUEST['type']; if ($type == 1) $g4['title'] = "히트상품"; else if ($type == 2) $g4['title'] = "추천상품"; -else if ($type == 3) $g4['title'] = "신규상품"; -else if ($type == 4) $g4['title'] = "포인트상품"; -else if ($type == 5) $g4['title'] = "사은품상품"; +else if ($type == 3) $g4['title'] = "최신상품"; +else if ($type == 4) $g4['title'] = "인기상품"; +else if ($type == 5) $g4['title'] = "할인상품"; else alert('상품유형이 아닙니다.'); +include_once('./_head.php'); + // 한페이지에 출력하는 이미지수 = $list_mod * $list_row -$list_mod = 4; // 한줄에 이미지 몇개씩 출력? +$list_mod = 3; // 한줄에 이미지 몇개씩 출력? $list_row = 5; // 한 페이지에 몇라인씩 출력? -$img_width = 100; // 출력이미지 폭 -$img_height = 100; // 출력이미지 높이 +$img_width = 230; // 출력이미지 폭 +$img_height = 230; // 출력이미지 높이 ?> -" border="0">

- - - - - -
- -
- -
-

-