Copy
<?php if ($list[$i]['is_notice']) { // 공지사항 ?> <strong style="width:<?php echo $board['bo_gallery_width'] ?>px;height:<?php echo $board['bo_gallery_height'] ?>px">공지</strong> <?php } else { $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']); if($thumb['src']) { $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">'; } else { $img_content = "<img src='".$board_skin_url."/img/no_image.png' align='absmiddle' border='0'>"; //NO_IMAGE 출력 } echo "<div style='height:190px;'>"; echo $img_content; echo "</div>"; } ?>
리스트 에서 이미지 출력하는부분인데요
이부분을 첨부파일 3번 이미지로 나오게 할려면 어떻게 해야하나요 ㅠ
|
답변 1개
채택된 답변
+20 포인트
8년 전
참고해보세요.
답변을 작성하려면 로그인이 필요합니다.