thumbnail language update.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-12-22 05:08:11 +00:00
parent 303fec0c1b
commit 26985c6044
2 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@
$args->list_count = (int)$args->list_count;
if(!$args->list_count) $args->list_count = 5;
// 네일 컬럼 수
// 네일 컬럼 수
$args->cols_list_count = (int)$args->cols_list_count;
if(!$args->cols_list_count) $args->cols_list_count = 5;
@ -43,13 +43,13 @@
// 최근 글 표시 시간
if(!$args->duration_new) $args->duration_new = 12;
// 네일 생성 방법
// 네일 생성 방법
if(!$args->thumbnail_type) $args->thumbnail_type = 'crop';
// 네일 가로 크기
// 네일 가로 크기
if(!$args->thumbnail_width) $args->thumbnail_width = 100;
// 네일 세로 크기
// 네일 세로 크기
if(!$args->thumbnail_height) $args->thumbnail_height = 75;
// 보기 옵션