From 888a37dbe198f0915835fe591cec1cd911272541 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 26 Jun 2013 14:35:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#247=20=EB=A7=88?= =?UTF-8?q?=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9C=84=EC=8B=9C?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=A7=88=ED=81=AC=EC=97=85=20?= =?UTF-8?q?=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'); ?>