mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
thumbnail language update.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
303fec0c1b
commit
26985c6044
2 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
// 보기 옵션
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue