From a43fb5b24e45b60e4dc7fc1372da1bfade34bcde Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 16 Jan 2014 17:22:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC=ED=95=91?= =?UTF-8?q?=EB=AA=B0:=20=EB=AA=A9=EB=A1=9D=EC=97=90=EC=84=9C=20=ED=8A=B9?= =?UTF-8?q?=EC=A0=95=20=EC=9A=94=EC=86=8C=20=ED=91=9C=EC=8B=9C=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EB=8C=80=EC=9D=91=20(ex.=20SNS=20?= =?UTF-8?q?=EB=AF=B8=EC=82=AC=EC=9A=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/list.10.skin.php | 8 ++++---- mobile/skin/shop/basic/main.10.skin.php | 8 ++++---- mobile/skin/shop/basic/style.css | 3 +-- 3 files changed, 9 insertions(+), 10 deletions(-) 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 공통 적용 끝 ##### */