get_list_thumbnail 함수에 설정 변수 추가

This commit is contained in:
chicpro
2013-04-22 09:30:18 +09:00
parent bc3e80c18d
commit 4542507bc7

View File

@ -9,7 +9,7 @@ function it_img_thumb($filename, $filepath, $thumb_width, $thumb_height, $is_cre
}
// 게시글리스트 썸네일 생성
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=true)
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=true, $crop_mode='center', $is_sharpen=true, $um_value='80/0.5/3')
{
global $g4, $config;
$filename = $alt = "";