if ($list[$i][is_notice]) // 공지사항 echo "Annoncement"; else if ($wr_id == $list[$i][wr_id]) // 현재위치 echo "{$list[$i][num]}"; else echo $list[$i][num]; ?> | if ($is_checkbox) { ?>
| } ?>
//사진 가져오기 $pic_width= 150; //사진의 보여질 가로 $pic_height = 110; //사진의 보여질 세로 $pic = ""; $check = @getimagesize($g4[path]."/data/file/$bo_table/".$list[$i][file][0][file]); if($list[$i][file][0][file] and $check[0] >0){ $pic = makeThumbs($g4[path]."/data/file/$bo_table", $list[$i][file][0][file], $pic_width, $pic_height, $list[$i][subject]); }else{ $img_tags = explode("src=",$list[$i][wr_content]); $img_tag = explode(" ",$img_tags[1]); $img_url = explode(">",$img_tag[0]); $real_img_url = $img_url[0]; $clear_img_url = str_replace('"','',$real_img_url); if($clear_img_url){ $pic = " "; } } if($pic == ""){$pic = "";}
if ($is_checkbox) { ?> } ?>
상단 부분을 아래와 같이 수정해 보세요.
if ($is_checkbox) { ?> } ?> width="50" />
답변 채택해 주셔서 감사드립니다. (_ _)
답변을 작성하려면 로그인이 필요합니다.
로그인
이 게시물을 신고 하시겠습니까? 신고사유를 선택해주세요.
|