From 66280a542af5fe76211de63fd55e16b665de3d16 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 30 Jan 2013 09:19:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=B0=EC=98=B4=ED=91=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/listtype.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shop/listtype.php b/shop/listtype.php index 923234f30..ca0a0595e 100644 --- a/shop/listtype.php +++ b/shop/listtype.php @@ -3,11 +3,11 @@ include_once("./_common.php"); 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] = "사은품상품"; +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 alert("상품유형이 아닙니다.");