모바일쇼핑몰: #365 카카오톡 링크 보내기 마크업

This commit is contained in:
whitedot
2014-02-24 10:40:04 +09:00
parent d3a04513db
commit 63bcd5dc30
13 changed files with 14 additions and 6 deletions

View File

@ -77,6 +77,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_fb.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_twt.png');
echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_goo.png');
echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png');
echo "</div>\n";
}