diff --git a/modules/member/member.view.php b/modules/member/member.view.php index 2e8b73060..181faee4b 100644 --- a/modules/member/member.view.php +++ b/modules/member/member.view.php @@ -127,7 +127,7 @@ // 설정 정보를 받아옴 (module model 객체를 이용) $oModuleModel = &getModel('module'); $config = $oModuleModel->getModuleConfig('member'); - if(!$config->image_name_max_width) $config->image_name_max_width = 80; + if(!$config->image_name_max_width) $config->image_name_max_width = 90; if(!$config->image_name_max_height) $config->image_name_max_height = 20; if(!$config->image_mark_max_width) $config->image_mark_max_width = 20; if(!$config->image_mark_max_height) $config->image_mark_max_height = 20; diff --git a/modules/member/tpl.admin/member_info.html b/modules/member/tpl.admin/member_info.html index e01c0c7a4..287237f5c 100644 --- a/modules/member/tpl.admin/member_info.html +++ b/modules/member/tpl.admin/member_info.html @@ -108,6 +108,7 @@