From df22679f26d99d506e43ef854715e669d03937a2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 2 May 2013 16:44:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#91=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20SNS=20=EC=97=B0=EB=8F=99=20=EC=A0=9C=EB=AA=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.skin.10.php | 2 +- shop/maintype10.inc.php | 2 +- shop/maintype11.inc.php | 2 +- shop/maintype12.inc.php | 2 +- shop/maintype13.inc.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shop/list.skin.10.php b/shop/list.skin.10.php index b4a3fd8b4..9cf8d8413 100644 --- a/shop/list.skin.10.php +++ b/shop/list.skin.10.php @@ -17,7 +17,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) $sct_last = 'sct_clear'; } - $sns_title = get_text($row['it_name']).' - '.get_text($config['cf_title']); + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $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)); diff --git a/shop/maintype10.inc.php b/shop/maintype10.inc.php index 7a48121f1..803289aa3 100644 --- a/shop/maintype10.inc.php +++ b/shop/maintype10.inc.php @@ -12,7 +12,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sct_last = 'sct_clear'; } - $sns_title = get_text($row['it_name']).' - '.get_text($config['cf_title']); + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $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)); diff --git a/shop/maintype11.inc.php b/shop/maintype11.inc.php index 9979ff183..b0eeb0be4 100644 --- a/shop/maintype11.inc.php +++ b/shop/maintype11.inc.php @@ -12,7 +12,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sct_last = 'sct_clear'; } - $sns_title = get_text($row['it_name']).' - '.get_text($config['cf_title']); + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $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)); diff --git a/shop/maintype12.inc.php b/shop/maintype12.inc.php index 7b7541556..4a38027d5 100644 --- a/shop/maintype12.inc.php +++ b/shop/maintype12.inc.php @@ -12,7 +12,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sct_last = 'sct_clear'; } - $sns_title = get_text($row['it_name']).' - '.get_text($config['cf_title']); + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $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)); diff --git a/shop/maintype13.inc.php b/shop/maintype13.inc.php index 7ade0b249..55017d4ff 100644 --- a/shop/maintype13.inc.php +++ b/shop/maintype13.inc.php @@ -12,7 +12,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sct_last = 'sct_clear'; } - $sns_title = get_text($row['it_name']).' - '.get_text($config['cf_title']); + $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $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));