diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 48b5f6514..15060c05c 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -1436,6 +1436,8 @@ function item_icon($it) // sns 공유하기 function get_sns_share_link($sns, $url, $title, $img) { + global $config; + if(!$sns) return ''; @@ -1449,6 +1451,10 @@ function get_sns_share_link($sns, $url, $title, $img) case 'googleplus': $str = '구글플러스에 공유'; break; + case 'kakaotalk': + if($config['cf_kakao_js_apikey']) + $str = '카카오톡 링크보내기'; + break; } return $str; diff --git a/mobile/skin/shop/basic/img/sns_kakao.png b/mobile/skin/shop/basic/img/sns_kakao.png new file mode 100644 index 000000000..18c9f18c3 Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_kakao.png differ diff --git a/mobile/skin/shop/basic/img/sns_kakao_s.png b/mobile/skin/shop/basic/img/sns_kakao_s.png new file mode 100644 index 000000000..838b9697e Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_kakao_s.png differ diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 899a4ddf4..811e04dc0 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -6,6 +6,14 @@ add_stylesheet('', 0 ?> + + + + +
@@ -65,6 +73,7 @@ add_stylesheet('', 0 + diff --git a/mobile/skin/shop/basic/list.10.skin.php b/mobile/skin/shop/basic/list.10.skin.php index 77bb686e6..f7b3e1901 100644 --- a/mobile/skin/shop/basic/list.10.skin.php +++ b/mobile/skin/shop/basic/list.10.skin.php @@ -6,6 +6,14 @@ add_stylesheet('', 0 ?> + + + + +\n"; } diff --git a/mobile/skin/shop/basic/main.10.skin.php b/mobile/skin/shop/basic/main.10.skin.php index b3963054d..a33a79c1b 100644 --- a/mobile/skin/shop/basic/main.10.skin.php +++ b/mobile/skin/shop/basic/main.10.skin.php @@ -6,6 +6,14 @@ add_stylesheet('', ?> + + + + +\n"; } diff --git a/mobile/skin/shop/basic/relation.10.skin.php b/mobile/skin/shop/basic/relation.10.skin.php index 77c1b1d78..6a1e34468 100644 --- a/mobile/skin/shop/basic/relation.10.skin.php +++ b/mobile/skin/shop/basic/relation.10.skin.php @@ -6,6 +6,14 @@ add_stylesheet('', 0 ?> + + + + +\n"; }