사용자: 게시판스킨 댓글 아이콘 보완

This commit is contained in:
whitedot
2013-01-18 10:35:57 +09:00
parent 4b771aa860
commit 5afaa7b3f9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
for ($i=0; $i<count($list); $i++) {
$comment_id = $list[$i]['wr_id'];
$cmt_depth = ""; // 댓글단계
$cmt_depth = strlen($list[$i]['wr_comment_reply']) * 30;
$cmt_depth = strlen($list[$i]['wr_comment_reply']) * 20;
if (strstr($list[$i]['wr_option'], "secret")) echo '비밀글';
$str = $list[$i]['content'];
if (strstr($list[$i]['wr_option'], "secret"))