사용자 문서 outline 재구성

This commit is contained in:
whitedot
2012-12-21 16:52:41 +09:00
parent ec5d2ac32e
commit 2a7833bb0a
11 changed files with 168 additions and 164 deletions

View File

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