From b664cd0ce225b19c93a884e6a454a7877eb5ac59 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 3 May 2013 18:26:15 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=83=81=ED=92=88=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=AF=B8=EB=A6=AC=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20src=20=EC=B9=98=ED=99=98=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/item.php b/shop/item.php index b556fd003..8e46042b9 100644 --- a/shop/item.php +++ b/shop/item.php @@ -489,7 +489,7 @@ else From e996e707806fc6f359cb4e91fb92d84e4386e022 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 6 May 2013 11:10:25 +0900 Subject: [PATCH 5/5] =?UTF-8?q?shop.js=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.js | 15 --------------- shop/index.php | 2 -- shop/item.php | 1 - 3 files changed, 18 deletions(-) delete mode 100644 js/shop.js diff --git a/js/shop.js b/js/shop.js deleted file mode 100644 index 64801f872..000000000 --- a/js/shop.js +++ /dev/null @@ -1,15 +0,0 @@ -if (typeof(SHOP_JS) == 'undefined') { // 한번만 실행 - var SHOP_JS = true; - - // 큰이미지 창 - function popup_large_image(it_id, img, width, height, cart_dir) - { - var top = 10; - var left = 10; - url = cart_dir+"/largeimage.php?it_id=" + it_id + "&img=" + img; - width = width + 50; - height = height + 100; - opt = 'scrollbars=yes,width='+width+',height='+height+',top='+top+',left='+left; - popup_window(url, "largeimage", opt); - } -} \ No newline at end of file diff --git a/shop/index.php b/shop/index.php index 0a020346d..0c9b8c106 100644 --- a/shop/index.php +++ b/shop/index.php @@ -8,8 +8,6 @@ define("_INDEX_", TRUE); include_once(G4_SHOP_PATH.'/shop.head.php'); ?> - -
diff --git a/shop/item.php b/shop/item.php index b246fca23..0c8a43a4a 100644 --- a/shop/item.php +++ b/shop/item.php @@ -132,7 +132,6 @@ $row = sql_fetch($sql); $item_relation_count = $row['cnt']; ?> -