쇼핑몰: #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

@ -130,7 +130,7 @@ if (!$i)
<?php <?php
if ($use_pages) { if ($use_pages) {
$use_pages = get_paging(10, $use_page, $use_total_page, "./item.php?it_id=$it_id&$qstr&use_page=", "#use"); $use_pages = get_paging(10, $use_page, $use_total_page, "./item.php?it_id=$it_id&amp;$qstr&amp;use_page=", "#use");
} }
?> ?>

View File

@ -98,9 +98,7 @@ if ($i == 0)
</table> </table>
<br><br> <br><br>
<div style="text-align:center;"> <?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page="); ?>
</div>
<?php <?php
include_once('./_tail.php'); include_once('./_tail.php');

View File

@ -87,8 +87,8 @@ if ($i==0)
<br> <br>
<div align=center> <div align=center>
<?php <?php
$qstr .= "&type=$type&sort=$sort"; $qstr .= '&amp;type='.$type.'&amp;sort='.$sort;
echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page="); echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");
?> ?>
</div><br> </div><br>

View File

@ -18,7 +18,7 @@ if (!$od['od_id']) {
if ($od['od_temp_bank'] > 0 && $od['od_receipt_bank'] == 0) { if ($od['od_temp_bank'] > 0 && $od['od_receipt_bank'] == 0) {
; ;
} else { } else {
alert("취소할 수 있는 주문이 아닙니다.", G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); alert("취소할 수 있는 주문이 아닙니다.", G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&amp;uq_id=$uq_id");
} }
// 장바구니 자료 취소 // 장바구니 자료 취소
@ -34,5 +34,5 @@ if ($od['od_receipt_point'] > 0) {
insert_point($member['mb_id'], $od['od_receipt_point'], "주문번호 $od_id 본인 취소"); insert_point($member['mb_id'], $od['od_receipt_point'], "주문번호 $od_id 본인 취소");
} }
goto_url(G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uq_id=$uq_id"); goto_url(G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&amp;uq_id=$uq_id");
?> ?>

View File

@ -9,7 +9,7 @@ $title_url = $title.' : '.$url;
switch($_REQUEST['sns']) { switch($_REQUEST['sns']) {
case 'facebook' : 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&amp;p[url]=".$url."&amp;p[title]=".$title);
break; break;
case 'twitter' : case 'twitter' :
header("Location:http://twitter.com/home?status=".$title_url); 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); header("Location:http://me2day.net/posts/new?new_post[body]=".$title_url);
break; break;
case 'yozm' : 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&amp;prefix=".$title_url);
break; break;
case 'google' : case 'google' :
header("Location:https://plus.google.com/share?url=".$url); header("Location:https://plus.google.com/share?url=".$url);