From 90882cc304215433ee6cc6c9f7022654762dcf45 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 17 Apr 2014 10:58:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9C=A0=ED=98=95=EB=B3=84?= =?UTF-8?q?=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=A7=81=EC=A0=91=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/listtype.php | 4 ++-- shop/listtype.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php index 4cebeaa04..093353ecc 100644 --- a/mobile/shop/listtype.php +++ b/mobile/shop/listtype.php @@ -17,8 +17,8 @@ include_once(G5_MSHOP_PATH.'/_head.php'); $list_mod = 1; // 한줄에 이미지 몇개씩 출력? 단, 모바일환경에서는 사용되지 않음. $list_row = 10; // 한 페이지에 몇라인씩 출력? -$img_width = $default['de_type'.$type.'_img_width']; // 출력이미지 폭 -$img_height = $default['de_type'.$type.'_img_height']; // 출력이미지 높이 +$img_width = 230; // 출력이미지 폭 +$img_height = 230; // 출력이미지 높이 ?>