From 0d88f35f81ffbf9602d6ac4afcf2893d771a3eab Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 3 Mar 2014 14:23:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=ED=81=AC=EA=B2=8C=20=EB=B3=B4=EA=B8=B0=20=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/largeimage.php | 68 ++-------------- mobile/skin/shop/basic/largeimage.skin.php | 91 ++++++++++++++++++++++ shop/largeimage.php | 68 ++-------------- skin/shop/basic/largeimage.skin.php | 69 ++++++++++++++++ 4 files changed, 170 insertions(+), 126 deletions(-) create mode 100644 mobile/skin/shop/basic/largeimage.skin.php create mode 100644 skin/shop/basic/largeimage.skin.php diff --git a/mobile/shop/largeimage.php b/mobile/shop/largeimage.php index 24721505c..dad3c2fde 100644 --- a/mobile/shop/largeimage.php +++ b/mobile/shop/largeimage.php @@ -17,71 +17,13 @@ $size = getimagesize($imagefile); $g5['title'] = "{$row['it_name']} ($it_id)"; include_once(G5_PATH.'/head.sub.php'); -?> -
-

상품 이미지 새 창 보기

+$skin = G5_MSHOP_SKIN_PATH.'/largeimage.skin.php'; -
- '.str_replace(G5_PATH.'/', '', $skin).'파일이 존재하지 않습니다.

'; - $file = G5_DATA_PATH.'/item/'.$row['it_img'.$i]; - if(is_file($file)) { - // 썸네일 - $thumb = get_it_thumbnail($row['it_img'.$i], 60, 60); - $thumbnails[$i] = $thumb; - $imageurl = G5_DATA_URL.'/item/'.$row['it_img'.$i]; - ?> - - - <?php echo $row['it_name']; ?> - - - -
- - 0) { - echo ''; - } - ?> - -
- -
-
- - - - \ No newline at end of file diff --git a/mobile/skin/shop/basic/largeimage.skin.php b/mobile/skin/shop/basic/largeimage.skin.php new file mode 100644 index 000000000..beda8cf90 --- /dev/null +++ b/mobile/skin/shop/basic/largeimage.skin.php @@ -0,0 +1,91 @@ +', 0); +?> + +
+

상품 이미지 새 창 보기

+ +
+ + + + <?php echo $row['it_name']; ?> + + + +
+ + 0) { + echo ''; + } + ?> + +
+ +
+
+ + \ No newline at end of file diff --git a/shop/largeimage.php b/shop/largeimage.php index 3f07d1ad8..ffaed37d2 100644 --- a/shop/largeimage.php +++ b/shop/largeimage.php @@ -22,71 +22,13 @@ $size = getimagesize($imagefile); $g5['title'] = "{$row['it_name']} ($it_id)"; include_once(G5_PATH.'/head.sub.php'); -?> -
-

상품 이미지 새창 보기

+$skin = G5_SHOP_SKIN_PATH.'/largeimage.skin.php'; -
- '.str_replace(G5_PATH.'/', '', $skin).'파일이 존재하지 않습니다.

'; - $file = G5_DATA_PATH.'/item/'.$row['it_img'.$i]; - if(is_file($file)) { - // 썸네일 - $thumb = get_it_thumbnail($row['it_img'.$i], 60, 60); - $thumbnails[$i] = $thumb; - $imageurl = G5_DATA_URL.'/item/'.$row['it_img'.$i]; - ?> - - - <?php echo $row['it_name']; ?> - - - -
- - 0) { - echo ''; - } - ?> - -
- -
-
- - - - \ No newline at end of file diff --git a/skin/shop/basic/largeimage.skin.php b/skin/shop/basic/largeimage.skin.php new file mode 100644 index 000000000..b7736d9cc --- /dev/null +++ b/skin/shop/basic/largeimage.skin.php @@ -0,0 +1,69 @@ +', 0); +?> + +
+

상품 이미지 새창 보기

+ +
+ + + + <?php echo $row['it_name']; ?> + + + +
+ + 0) { + echo ''; + } + ?> + +
+ +
+
+ + \ No newline at end of file