diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 8828f8bcf..0b845f8ff 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -102,11 +102,6 @@ else include_once(G5_MSHOP_SKIN_PATH.'/item.form.skin.php'); ?> - - +
+ \ No newline at end of file diff --git a/mobile/shop/itemuse.php b/mobile/shop/itemuse.php index c72a9ad8e..84eb8bcdb 100644 --- a/mobile/shop/itemuse.php +++ b/mobile/shop/itemuse.php @@ -2,7 +2,7 @@ include_once('./_common.php'); include_once(G5_LIB_PATH.'/thumbnail.lib.php'); -$itemuse_skin = G5_SHOP_SKIN_PATH.'/itemuse.skin.php'; +$itemuse_skin = G5_MSHOP_SKIN_PATH.'/itemuse.skin.php'; if(!file_exists($itemuse_skin)) { echo str_replace(G5_PATH.'/', '', $itemuse_skin).' 스킨 파일이 존재하지 않습니다.'; diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php index 5e68d1b25..63072f17d 100644 --- a/mobile/shop/listtype.php +++ b/mobile/shop/listtype.php @@ -32,7 +32,7 @@ if (!$skin) $skin = 'list.10.skin.php'; // 리스트 유형별로 출력 -$list_file = G5_SHOP_SKIN_PATH.'/'.$skin; +$list_file = G5_MSHOP_SKIN_PATH.'/'.$skin; if (file_exists($list_file)) { // 총몇개 = 한줄에 몇개 * 몇줄 $items = $list_mod * $list_row; diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index b0a6e90bc..b18032b30 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -358,29 +358,51 @@ if ($row['it_id']) { ?> + + + - - \ No newline at end of file diff --git a/mobile/skin/shop/basic/iteminfo.change.skin.php b/mobile/skin/shop/basic/iteminfo.change.skin.php new file mode 100644 index 000000000..9fe951fc6 --- /dev/null +++ b/mobile/skin/shop/basic/iteminfo.change.skin.php @@ -0,0 +1,12 @@ + + + + +| + | + |
|---|
등록된 상품이 없습니다.
\n"; +?> + + + \ No newline at end of file diff --git a/shop/iteminfo.php b/shop/iteminfo.php new file mode 100644 index 000000000..f9eefe675 --- /dev/null +++ b/shop/iteminfo.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/skin/shop/basic/item.info.skin.php b/skin/shop/basic/item.info.skin.php index 61735ca98..12f0c5f84 100644 --- a/skin/shop/basic/item.info.skin.php +++ b/skin/shop/basic/item.info.skin.php @@ -135,7 +135,7 @@ function pg_anchor($anc_id) { set_query($sql); echo $list->run(); ?> diff --git a/skin/shop/basic/item.relation.skin.php b/skin/shop/basic/relation.skin.php similarity index 100% rename from skin/shop/basic/item.relation.skin.php rename to skin/shop/basic/relation.skin.php