[질문] html 게시판을 사용하려고 하는데요...
페이지 정보
본문
댓글목록
제로님의 댓글
제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일
관리자에서 에디터사용으로 하시고
작성하시면 굳이 파일 첨부하지 않으셔도 됩니다...
첨부파일로 꼭 하고 싶으시다면
관련파일에서 list.skin.php파일을 열으셔서
<?
if ($list[$i][file][0][file]){
$file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
}elseif ($list[$i][file][1][file]){
$file = $list[$i][file][1][path] .'/'. $list[$i][file][1][file];
}elseif ($list[$i][file][2][file]){
$file = $list[$i][file][2][path] .'/'. $list[$i][file][2][file];
}else{
$file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
}
?>
<img src="<?=$g4[path]?>/data/<?=$board[bo_table]?>/<?=$file?>" border="0" alt="">
<br /><?=$list[$i][wr_content]?>
이렇게 해보세요.