sns 공유처리 코드 각 스킨으로 이동

This commit is contained in:
chicpro
2013-12-23 15:40:31 +09:00
parent 7e33eadcc1
commit 1096e6502c
12 changed files with 23 additions and 4 deletions

View File

@ -311,9 +311,6 @@ class item_list
}
$sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id'];
$sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']);
if ($this->is_mobile) {
$file = G5_MSHOP_SKIN_PATH."/{$this->list_skin}";
} else {