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));