From ec97139ac8b145f46b9d0e25167241a90aeb85d8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 26 Nov 2013 15:24:49 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0:=20=EC=83=81=ED=92=88=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=97=86=EC=9D=84=20=EB=95=8C=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=98=81=EC=97=AD=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=20=EC=95=88=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/item.form.skin.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index f39ebfa85..b46a7dd76 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -13,14 +13,17 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
- - - '; + echo ''; + echo ''; + } if(!$it['it_img'.$i]) continue; @@ -36,9 +39,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $thumb_count++; } - if ($thumb_count > 0) echo ''; + if ($thumb_count > 0) echo '
'; ?> -

상품간략정보 및 구매기능

From cfb26b186b7fe21535afba13516ad033d64fdeaf Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 26 Nov 2013 15:27:04 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0:=20=EC=83=81=ED=92=88=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=97=86=EC=9D=84=20=EB=95=8C=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=98=81=EC=97=AD=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=20=EC=95=88=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/item.form.skin.php | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index b46a7dd76..0bb8590a1 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -24,23 +24,23 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 echo ''; echo ''; } - if(!$it['it_img'.$i]) - continue; + if(!$it['it_img'.$i]) + continue; - if($thumb_count == 0) echo '
    '; - $thumb = get_it_thumbnail($it['it_img'.$i], 280, 280); + if($thumb_count == 0) echo '
      '; + $thumb = get_it_thumbnail($it['it_img'.$i], 280, 280); - if(!$thumb) - continue; + if(!$thumb) + continue; - echo '
    • '; - echo ''.$thumb.''; - echo '
    • '; + echo '
    • '; + echo ''.$thumb.''; + echo '
    • '; - $thumb_count++; - } - if ($thumb_count > 0) echo '
    '; - ?> + $thumb_count++; + } + if ($thumb_count > 0) echo '
'; + ?>

상품간략정보 및 구매기능