From 9177db0a348a9a676f3efa6167040f55d2f6370d Mon Sep 17 00:00:00 2001
From: gnuboard
Date: Thu, 12 Sep 2013 10:42:56 +0900
Subject: [PATCH] =?UTF-8?q?item.php=20=EB=A5=BC=20=ED=8F=BC=EA=B3=BC=20?=
=?UTF-8?q?=EC=84=A4=EB=AA=85=20=EB=91=90=EA=B0=9C=EC=9D=98=20=EC=8A=A4?=
=?UTF-8?q?=ED=82=A8=EC=9C=BC=EB=A1=9C=20=EB=82=98=EB=88=84=EA=B3=A0=20?=
=?UTF-8?q?=EC=8A=A4=ED=82=A8=EC=97=90=EC=84=9C=20=ED=98=B8=EC=B6=9C?=
=?UTF-8?q?=ED=95=98=EB=8A=94=20=ED=95=A8=EC=88=98=EB=93=B1=EC=9D=98=20?=
=?UTF-8?q?=EC=BD=94=EB=93=9C=EB=A5=BC=20=EB=B3=80=EC=88=98=EB=A1=9C=20?=
=?UTF-8?q?=EC=9D=BC=EB=B6=80=20=EB=8C=80=EC=B2=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
shop/item.php | 8 +++
skin/shop/basic/item.form.skin.php | 82 ++++++++++--------------------
skin/shop/basic/item.info.skin.php | 2 -
3 files changed, 35 insertions(+), 57 deletions(-)
diff --git a/shop/item.php b/shop/item.php
index 245ecb574..894456c5f 100644
--- a/shop/item.php
+++ b/shop/item.php
@@ -154,6 +154,14 @@ $option_1 = get_item_options($it['it_id'], $it['it_option_subject']);
// 추가 옵션
$option_2 = get_item_supply($it['it_id'], $it['it_supply_subject']);
+// 소셜 관련
+$sns_title = get_text($it['it_name']).' | '.get_text($config['cf_title']);
+$sns_url = G4_SHOP_URL.'/item.php?it_id='.$it['it_id'];
+$sns_share_links .= get_sns_share_link('facebook', $sns_url, $sns_title, G4_SHOP_URL.'/img/sns_fb2.png').' ';
+$sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G4_SHOP_URL.'/img/sns_twt2.png').' ';
+$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G4_SHOP_URL.'/img/sns_goo2.png');
+
+// 보안서버경로
if (G4_HTTPS_DOMAIN)
$action_url = G4_HTTPS_DOMAIN.'/'.G4_SHOP_DIR.'/cartupdate.php';
else
diff --git a/skin/shop/basic/item.form.skin.php b/skin/shop/basic/item.form.skin.php
index 77cf72958..c06adc03a 100644
--- a/skin/shop/basic/item.form.skin.php
+++ b/skin/shop/basic/item.form.skin.php
@@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
-
-
고객선호도
별개

-
-
-
+
@@ -119,7 +113,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
+
| 시중가격 |
|
@@ -258,6 +252,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가