리스트 페이지에서 불러오면 한 줄로 나오는 컨텐츠를 정보
리스트 페이지에서 불러오면 한 줄로 나오는 컨텐츠를
본문
댓글 전체

$html = 0;
if (strstr($list[$i][wr_option], "html1"))
$html = 1;
else if (strstr($list[$i][wr_option], "html2"))
$html = 2;
echo conv_content($list[$i][wr_content], $html);
if (strstr($list[$i][wr_option], "html1"))
$html = 1;
else if (strstr($list[$i][wr_option], "html2"))
$html = 2;
echo conv_content($list[$i][wr_content], $html);