사용자: 리디자인 8, 게시판스킨 작업 중

This commit is contained in:
whitedot
2013-02-19 15:18:13 +09:00
parent c311cbc01b
commit fedcba637b
4 changed files with 61 additions and 52 deletions

View File

@ -10,7 +10,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<!-- 댓글 리스트 -->
<section id="bo_vc">
<h2>댓글</h2>
<h2>댓글목록</h2>
<?
for ($i=0; $i<count($list); $i++) {
$comment_id = $list[$i]['wr_id'];