From dd60b60cedaba5f3c9948e30d1341476c6da0051 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 18:10:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/index.php | 10 +++++----- mobile/shop/item.php | 10 +++++----- mobile/shop/list.skin.10.php | 4 ++-- mobile/shop/maintype10.inc.php | 4 ++-- mobile/shop/orderform.php | 2 +- mobile/shop/orderformupdate.php | 4 ++-- mobile/shop/orderinquiry.php | 6 +++--- mobile/shop/orderinquiry.sub.php | 2 +- mobile/shop/orderinquiryview.php | 8 ++++---- mobile/shop/search.php | 4 ++-- mobile/shop/shop.head.php | 6 +++--- mobile/shop/shop.tail.php | 6 +++--- 12 files changed, 33 insertions(+), 33 deletions(-) diff --git a/mobile/shop/index.php b/mobile/shop/index.php index f7fd59259..74a62db7a 100644 --- a/mobile/shop/index.php +++ b/mobile/shop/index.php @@ -10,7 +10,7 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');
-

최신상품

+

최신상품

최신상품 모음

-

히트상품

+

히트상품

히트상품 모음

-

추천상품

+

추천상품

추천상품 모음

-

인기상품

+

인기상품

인기상품 모음

-

할인상품

+

할인상품

할인상품 모음

'; + $prev_href = ''; $prev_href = ''; } else { $prev_title = ''; @@ -104,7 +104,7 @@ $sql = " select it_id, it_name from {$g4['shop_item_table']} $row = sql_fetch($sql); if ($row['it_id']) { $next_title = '다음 상품 '.$row['it_name']; - $next_href = ''; + $next_href = ''; $next_href2 = ''; } else { $next_title = ''; @@ -158,7 +158,7 @@ else $img_big = $it['it_id'].'_l1'; // 기본이미지(대) ?>
- +
고객선호도 @@ -501,7 +501,7 @@ else var top = 10; var left = 10; - var url = "/largeimage.php?it_id=" + it_id + "&img=" + img; + var url = "/largeimage.php?it_id=" + it_id + "&img=" + img; var opt = 'scrollbars=yes,top='+top+',left='+left; popup_window(url, "largeimage", opt); diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php index 70a864f56..c7d9b804c 100644 --- a/mobile/shop/list.skin.10.php +++ b/mobile/shop/list.skin.10.php @@ -4,10 +4,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 for ($i=1; $row=sql_fetch_array($result); $i++) { - $href = G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']; + $href = G4_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); - $sns_send = G4_MSHOP_URL.'/sns_send.php?url='.urlencode(G4_MSHOP_URL.'/item.php?it_id='.$row['it_id']); + $sns_send = G4_SHOP_URL.'/sns_send.php?url='.urlencode(G4_SHOP_URL.'/item.php?it_id='.$row['it_id']); $sns_send .= '&title='.urlencode(cut_str($sns_title, 100)); if ($i == 1) echo '
diff --git a/mobile/shop/shop.tail.php b/mobile/shop/shop.tail.php index 763877bd6..732114d4d 100644 --- a/mobile/shop/shop.tail.php +++ b/mobile/shop/shop.tail.php @@ -15,9 +15,9 @@ $admin = get_admin("super");