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];
- ?>
-
-
-
-
-
-
-
-
- 0) {
- echo '
';
- foreach($thumbnails as $key=>$val) {
- echo '- '.$val.'
';
- }
- 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);
+?>
+
+
+
상품 이미지 새 창 보기
+
+
+
+
+
+
+
+
+
+
+
+ 0) {
+ echo '
';
+ foreach($thumbnails as $key=>$val) {
+ echo '- '.$val.'
';
+ }
+ 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];
- ?>
-
-
-
-
-
-
-
-
- 0) {
- echo '
';
- foreach($thumbnails as $key=>$val) {
- echo '- '.$val.'
';
- }
- 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);
+?>
+
+
+
상품 이미지 새창 보기
+
+
+
+
+
+
+
+
+
+
+
+ 0) {
+ echo '
';
+ foreach($thumbnails as $key=>$val) {
+ echo '- '.$val.'
';
+ }
+ echo '
';
+ }
+ ?>
+
+
+
+
+
+
+
\ No newline at end of file