From 888a37dbe198f0915835fe591cec1cd911272541 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 26 Jun 2013 14:35:27 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#247=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9C=84?= =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=A7=88=ED=81=AC?= =?UTF-8?q?=EC=97=85=20=EC=B2=B4=ED=81=AC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/mypage.php | 3 --- shop/wishlist.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/shop/mypage.php b/shop/mypage.php index 009a334ff..9769d8ad4 100644 --- a/shop/mypage.php +++ b/shop/mypage.php @@ -91,9 +91,6 @@ include_once('./_head.php'); $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++) { - if ($i>0) - echo ""; - $image = get_it_image($row['it_id'], 70, 70, true); ?> diff --git a/shop/wishlist.php b/shop/wishlist.php index ebb1c43f9..f019f49f9 100644 --- a/shop/wishlist.php +++ b/shop/wishlist.php @@ -9,7 +9,7 @@ if (G4_IS_MOBILE) { if (!$is_member) goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL.'/mypage.php')); -$g4['title'] = "보관함"; +$g4['title'] = "위시리스트"; include_once('./_head.php'); ?> From c4a02b0f00106954c1857f2bfe99040da7275984 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 26 Jun 2013 15:03:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20#247=20?= =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9C=84?= =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=A7=88=ED=81=AC?= =?UTF-8?q?=EC=97=85=20=EC=B2=B4=ED=81=AC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/mypage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mobile/shop/mypage.php b/mobile/shop/mypage.php index 4854215af..9143e40e0 100644 --- a/mobile/shop/mypage.php +++ b/mobile/shop/mypage.php @@ -70,9 +70,6 @@ include_once(G4_MSHOP_PATH.'/_head.php'); $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++) { - if ($i>0) - echo ""; - $image = get_it_image($row['it_id'], 70, 70, true); ?>