From e758ddfc01d67617b92dde8b794a6fc76069a500 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 14:33:21 +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=20$td=5Fwidth=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index c94f89fbd..0bc105446 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -262,7 +262,7 @@ function mobile_display_type($type, $skin_file, $list_row, $img_width, $img_heig if (!file_exists($file)) { echo $file.' 파일을 찾을 수 없습니다.'; } else { - $td_width = (int)(100 / $list_mod); + //$td_width = (int)(100 / $list_mod); include $file; } }