갤러리 스킨에서 에디터 이미지 썸네일 생성 때 alt 값 가져오록 수정

This commit is contained in:
chicpro
2013-03-18 17:39:55 +09:00
parent e48b4df7e8
commit 135b74e83a

View File

@ -42,6 +42,9 @@ function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_
$filename = basename($srcfile);
$filepath = dirname($srcfile);
preg_match("/alt=[\'\"]{1}(.*)[\'\"]{1}/", $matchs[0][$i], $malt);
$alt = get_text($malt[1]);
break;
}
}