사용자: 게시판스킨 댓글 아이콘 보완
This commit is contained in:
@ -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:""}
|
||||
|
||||
@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user