쇼핑몰관리자: #10 출력이미지 관련 기본값 변경

This commit is contained in:
whitedot
2013-05-06 17:47:03 +09:00
parent 3c39f8351b
commit 173a545ebe

View File

@ -26,9 +26,11 @@ else
// 1.03.00
// 입력일 경우 기본값으로 대체
$ev['ev_img_width'] = $default['de_simg_width'];
$ev['ev_img_height'] = $default['de_simg_height'];
$ev['ev_list_mod'] = 4;
//$ev['ev_img_width'] = $default['de_simg_width'];
//$ev['ev_img_height'] = $default['de_simg_height'];
$ev['ev_img_width'] = 230;
$ev['ev_img_height'] = 230;
$ev['ev_list_mod'] = 3;
$ev['ev_list_row'] = 5;
}