get_boardconf_view($argu['b_class']); $_list = $Obj_board->get_board_list($argu,$total,false); ?>
CERTIFICATION

0){ for($i=0;$i",">",$_b_title); // 첨부 이미지 or 본문 이미지 찾기 if($_list[$i]["b_thumb"]){ $ext = array_pop(explode(".",$_list[$i]['b_thumb'])); if ( $ext=="gif"||$ext=="jpg"||$ext=="jpeg"||$ext=="png"||$ext=="bmp"||$ext=="tif"||$ext=="tiff"){ $thumbImage = "/pds/".$Obj_board->_PDS_SUB.$_list[$i][b_class]."/thumb/".$_list[$i]['b_thumb']; }else{ preg_match("/]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i",txtParse($_list[$i]['b_content'],2),$imgSRC); $thumbImage=$imgSRC[1]; } } else{ preg_match("/]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i",txtParse($_list[$i]['b_content'],2),$imgSRC); $thumbImage=$imgSRC[1]; } if(strlen($thumbImage)<3){ $thumbImage=""; } // 첨부 이미지 or 본문 이미지 찾기 if($_list[$i]["b_thumb_list"]){ $ext = array_pop(explode(".",$_list[$i]['b_thumb_list'])); if ( $ext=="gif"||$ext=="jpg"||$ext=="jpeg"||$ext=="png"||$ext=="bmp"||$ext=="tif"||$ext=="tiff"){ $thumbImageList = "/pds/".$Obj_board->_PDS_SUB.$_list[$i][b_class]."/thumb_list/".$_list[$i]['b_thumb_list']; }else{ preg_match("/]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i",txtParse($_list[$i]['b_content'],2),$imgSRC); $thumbImageList=$imgSRC[1]; } } else{ preg_match("/]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i",txtParse($_list[$i]['b_content'],2),$imgSRC); $thumbImageList=$imgSRC[1]; } if(strlen($thumbImageList)<3){ $thumbImageList=""; } ?>
<?=$_b_title?>