답변 2개
채택된 답변
+20 포인트
11년 전
상단에는
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
해주시기 바라며
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
if($thumb['src']) {
$img_content = '';
} else {
$img_content = 'no image';
}
echo $img_content;
?>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인