From 13936322a462036bbfe1ca2717f075b141188843 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 28 Feb 2014 14:19:04 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=EB=B3=84=20=EC=83=81=ED=92=88=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=97=90=20list=5Fmod=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/listtype.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php index c0a9c28ff..bcef978b1 100644 --- a/mobile/shop/listtype.php +++ b/mobile/shop/listtype.php @@ -13,8 +13,9 @@ else include_once(G5_MSHOP_PATH.'/_head.php'); // 한페이지에 출력하는 이미지수 = $list_mod * $list_row -$list_mod = 3; // 한줄에 이미지 몇개씩 출력? -$list_row = 5; // 한 페이지에 몇라인씩 출력? +// 모바일에서는 계산된 이미지수가 중요함 +$list_mod = 1; // 한줄에 이미지 몇개씩 출력? 단, 모바일환경에서는 사용되지 않음. +$list_row = 10; // 한 페이지에 몇라인씩 출력? $img_width = $default['de_type'.$type.'_img_width']; // 출력이미지 폭 $img_height = $default['de_type'.$type.'_img_height']; // 출력이미지 높이