썸네일 생성 함수명 변경

This commit is contained in:
chicpro
2013-02-20 09:27:42 +09:00
parent ea85e07302
commit 325997138a
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ function it_img_thumb($filename, $filepath, $thumb_width, $thumb_height, $is_cre
return thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, $is_create);
}
function get_board_contents($contents)
// 게시글보기 썸네일 생성
function get_view_thumbnail($contents)
{
if(!G4_IS_MOBILE)
return $contents;