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

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

@ -376,7 +376,7 @@ a {color:#000;text-decoration:none}
#bo_vc article {padding:0 0 20px;border-bottom:1px solid #ddd}
#bo_vc header {position:relative;zoom:1}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header img {position:absolute;top:15px;left:-30px}
#bo_vc header img {position:absolute;top:15px;left:-20px}
#bo_vc h1 {float:left;margin:15px 0 10px}
.bo_vc_info {float:left;margin:15px 0 10px 15px;zoom:1}
.bo_vc_info:after {display:block;visibility:hidden;clear:both;content:""}

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"))