G5-82 <사용하지 않는 구글플러스 관련 코드 삭제>

This commit is contained in:
thisgun
2022-07-11 11:02:46 +09:00
parent 58dc48d3ea
commit 95492a5cd8
34 changed files with 0 additions and 54 deletions

View File

@ -118,7 +118,6 @@ foreach((array) $list as $row){
echo "<h3>SNS 공유</h3>";
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/facebook.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/twitter.png');
echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/gplus.png');
echo "<button type=\"button\" class=\"sct_sns_cls\"><span class=\"sound_only\">닫기</span><i class=\"fa fa-times\" aria-hidden=\"true\"></i></button>";
echo "</div>\n";
}