웹진형 최근글 출력 위젯의 가로 기본 2, 세로 기본 3으로 기본값 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-22 07:37:58 +00:00
parent adb33464cf
commit cce31a5c07
2 changed files with 12 additions and 12 deletions

View file

@ -37,11 +37,11 @@
// 세로 이미지 수
$widget_info->rows_list_count = (int)$args->rows_list_count;
if(!$widget_info->rows_list_count) $widget_info->rows_list_count = 1;
if(!$widget_info->rows_list_count) $widget_info->rows_list_count = 3;
// 가로 이미지 수
$widget_info->cols_list_count = (int)$args->cols_list_count;
if(!$widget_info->cols_list_count) $widget_info->cols_list_count = 5;
if(!$widget_info->cols_list_count) $widget_info->cols_list_count = 2;
// 노출 여부 체크
if($args->display_author!='Y') $widget_info->display_author = 'N';