From b4360aeae2ccf4734dea2d1b3d180d28d7fc119e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 7 Aug 2013 09:58:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=ED=98=95=EB=B3=84=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=B6=9C=EB=A0=A5=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=20=EC=8A=A4=ED=82=A8=20=EC=A7=80=EC=A0=95=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php index 256654a68..b07b7a09c 100644 --- a/mobile/shop/listtype.php +++ b/mobile/shop/listtype.php @@ -43,6 +43,7 @@ if (file_exists($list_file)) { $list = new item_list(); $list->set_type($type); + $list->set_list_skin('list.10.skin.php'); $list->set_list_mod($list_mod); $list->set_list_row($list_row); $list->set_img_size($img_width, $img_height);