diff --git a/shop/itemuse.inc.php b/shop/itemuse.inc.php
index f8ef004c5..b3bf0ce40 100644
--- a/shop/itemuse.inc.php
+++ b/shop/itemuse.inc.php
@@ -130,7 +130,7 @@ if (!$i)
diff --git a/shop/itemuselist.php b/shop/itemuselist.php
index a68692763..99808df33 100644
--- a/shop/itemuselist.php
+++ b/shop/itemuselist.php
@@ -98,9 +98,7 @@ if ($i == 0)
-
-
-
+
diff --git a/shop/newwinpop.php b/shop/newwinpop.php
deleted file mode 100644
index 4f99d2bdc..000000000
--- a/shop/newwinpop.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/shop/orderinquirycancel.php b/shop/orderinquirycancel.php
index a62e98bee..95738244c 100644
--- a/shop/orderinquirycancel.php
+++ b/shop/orderinquirycancel.php
@@ -18,7 +18,7 @@ if (!$od['od_id']) {
if ($od['od_temp_bank'] > 0 && $od['od_receipt_bank'] == 0) {
;
} 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&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 본인 취소");
}
-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&uq_id=$uq_id");
?>
\ No newline at end of file
diff --git a/shop/sns_send.php b/shop/sns_send.php
index 2a8f48614..d83aa52bf 100644
--- a/shop/sns_send.php
+++ b/shop/sns_send.php
@@ -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);