diff --git a/mobile/skin/shop/basic/list.10.skin.php b/mobile/skin/shop/basic/list.10.skin.php
index a500b9eda..ddbd709ea 100644
--- a/mobile/skin/shop/basic/list.10.skin.php
+++ b/mobile/skin/shop/basic/list.10.skin.php
@@ -30,6 +30,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
echo "\n";
}
+ if ($this->view_it_icon) {
+ echo "
".item_icon($row)."
\n";
+ }
+
if ($this->view_it_id) {
echo "<".stripslashes($row['it_id']).">\n";
}
@@ -66,10 +70,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
}
- if ($this->view_it_icon) {
- echo "".item_icon($row)."
\n";
- }
-
if ($this->view_sns) {
$sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id'];
$sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']);
diff --git a/mobile/skin/shop/basic/main.10.skin.php b/mobile/skin/shop/basic/main.10.skin.php
index 9e9b30b3e..6cfeda12e 100644
--- a/mobile/skin/shop/basic/main.10.skin.php
+++ b/mobile/skin/shop/basic/main.10.skin.php
@@ -30,6 +30,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
echo "\n";
}
+ if ($this->view_it_icon) {
+ echo "".item_icon($row)."
\n";
+ }
+
if ($this->view_it_id) {
echo "<".stripslashes($row['it_id']).">\n";
}
@@ -66,10 +70,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
}
- if ($this->view_it_icon) {
- echo "".item_icon($row)."\n";
- }
-
if ($this->view_sns) {
$sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id'];
$sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']);
diff --git a/mobile/skin/shop/basic/style.css b/mobile/skin/shop/basic/style.css
index bb07bb5a7..add620bc1 100644
--- a/mobile/skin/shop/basic/style.css
+++ b/mobile/skin/shop/basic/style.css
@@ -28,8 +28,7 @@
.sct_10 .sct_basic {margin:0 0 10px}
.sct_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
-.sct_10 .sct_icon {}
-.sct_10 .sct_icon img {}
+.sct_10 .sct_icon {margin:0 0 10px}
.sct_10 .sct_sns {margin:15px 0 0}
/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */