From defb98e4de3f12f212b71053d5812e95ee7134d8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 6 Aug 2013 10:46:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=97=90=20=EB=B6=84=EB=A5=983=EA=B9=8C=EC=A7=80=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shop/list.php b/shop/list.php index a58542136..168dc5c8d 100644 --- a/shop/list.php +++ b/shop/list.php @@ -83,7 +83,9 @@ if ($is_admin) $from_record = ($page - 1) * $items; $list = new item_list($ca['ca_skin'], $ca['ca_list_mod'], $ca['ca_list_row'], $ca['ca_img_width'], $ca['ca_img_height']); - $list->set_category($ca['ca_id']); + $list->set_category($ca['ca_id'], 1); + $list->set_category($ca['ca_id'], 2); + $list->set_category($ca['ca_id'], 3); $list->set_is_page(true); $list->set_order_by($order_by); $list->set_from_record($from_record);