답변 1개
채택된 답변
+20 포인트
7년 전
해당 최신글 스킨 latest.skin.php 파일에서 썸네일 출력 부분을 이렇게 수정.
참고 http://gnustudy.com/bbs/board.php?bo_table=skin_latest&wr_id=32
if($thumb['src']) {
$img = $thumb['src'];
$img_content = '';
} else {
$img_content = cut_str(strip_tags($list[$i]['wr_content']), 50);
}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인