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">
- -
| - - | -