사용하지 않는 파일 삭제 및 sns 이미지 이동

This commit is contained in:
chicpro
2013-09-23 15:05:41 +09:00
parent fd3a2a55cd
commit eac8f86a56
18 changed files with 16 additions and 285 deletions

View File

@ -64,9 +64,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
if ($this->view_sns) {
echo "<div class=\"sct_sns\">";
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png');
echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png');
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png');
echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png');
echo "</div>\n";
}