쇼핑몰: #148 & 을 &amp 로 변경 완료

This commit is contained in:
whitedot
2013-05-08 14:17:20 +09:00
parent dfaa0dd5a7
commit c762642753
5 changed files with 8 additions and 10 deletions

View File

@ -9,7 +9,7 @@ $title_url = $title.' : '.$url;
switch($_REQUEST['sns']) {
case 'facebook' :
header("Location:http://www.facebook.com/sharer/sharer.php?s=100&p[url]=".$url."&p[title]=".$title);
header("Location:http://www.facebook.com/sharer/sharer.php?s=100&p[url]=".$url."&p[title]=".$title);
break;
case 'twitter' :
header("Location:http://twitter.com/home?status=".$title_url);
@ -18,7 +18,7 @@ switch($_REQUEST['sns']) {
header("Location:http://me2day.net/posts/new?new_post[body]=".$title_url);
break;
case 'yozm' :
header("Location:http://yozm.daum.net/api/popup/prePost?sourceid=41&prefix=".$title_url);
header("Location:http://yozm.daum.net/api/popup/prePost?sourceid=41&prefix=".$title_url);
break;
case 'google' :
header("Location:https://plus.google.com/share?url=".$url);