From 1d190eefbabef7a10c64fb9f41f4129753b669c1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 14:29:58 +0900 Subject: [PATCH] =?UTF-8?q?mobile=5Fdisplay=5Ftype=20=ED=95=A8=EC=88=98?= =?UTF-8?q?=EC=97=90=EC=84=9C=20list=5Fmod=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index c80480f95..c94f89fbd 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -200,14 +200,14 @@ function is_null_time($datetime) return false; } -// 출력유형, 스킨파일, 이미지수, 이미지폭, 이미지높이 +// 출력유형, 스킨파일, 1라인이미지수, 총라인수, 이미지폭, 이미지높이 // 1.02.01 $ca_id 추가 -function display_type($type, $skin_file, $list_row, $img_width, $img_height, $ca_id="") +function display_type($type, $skin_file, $list_mod, $list_row, $img_width, $img_height, $ca_id="") { global $member, $g4, $config; // 상품의 갯수 - $items = $list_row; + $items = $list_mod * $list_row; // 1.02.00 // it_order 추가 @@ -235,12 +235,12 @@ function display_type($type, $skin_file, $list_row, $img_width, $img_height, $ca } // 모바일 유형별 상품 출력 -function mobile_display_type($type, $skin_file, $list_mod, $list_row, $img_width, $img_height, $ca_id="") +function mobile_display_type($type, $skin_file, $list_row, $img_width, $img_height, $ca_id="") { global $member, $g4, $config; // 상품의 갯수 - $items = $list_mod * $list_row; + $items = $list_row; // 1.02.00 // it_order 추가