From 457d10e8ad0c5addbfde4ff5ea6366da050eadc9 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 11:45:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=84=EB=A5=98=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categoryform.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index 97a8d4944..1336daae0 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -52,13 +52,13 @@ if ($w == "") $html_title = "1단계분류추가"; $ca['ca_use'] = 1; $ca['ca_explan_html'] = 1; - $ca['ca_img_width'] = $default['de_simg_width']; - $ca['ca_img_height'] = $default['de_simg_height']; - $ca['ca_mobile_img_width'] = $default['de_simg_width']; - $ca['ca_mobile_img_height'] = $default['de_simg_height']; + $ca['ca_img_width'] = $default['de_mimg_width']; + $ca['ca_img_height'] = $default['de_mimg_height']; + $ca['ca_mobile_img_width'] = $default['de_mimg_width']; + $ca['ca_mobile_img_height'] = $default['de_mimg_height']; $ca['ca_list_mod'] = 3; $ca['ca_list_row'] = 5; - $ca['ca_mobile_list_row'] = 3; + $ca['ca_mobile_list_mod'] = 10; $ca['ca_stock_qty'] = 99999; } $ca['ca_skin'] = "list.10.skin.php";