사용자: 게시판스킨 댓글 이름 출력 수정
This commit is contained in:
@ -459,7 +459,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
|
||||
#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #eee}
|
||||
#bo_vc header {position:relative;padding:8px 0}
|
||||
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
|
||||
#bo_vc header .icon_reply {position:absolute;top:8px;left:-20px}
|
||||
#bo_vc h1 {width:0;height:0;overflow:hidden}
|
||||
#bo_vc a {color:#000;text-decoration:none}
|
||||
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
||||
|
||||
@ -26,7 +26,8 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
?>
|
||||
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px"<?}?>>
|
||||
<header>
|
||||
<h1><?=$list[$i]['name']?><span class="sound_only">님의 댓글</span></h1>
|
||||
<h1><?=$list[$i]['wr_name']?>님의 댓글</h1>
|
||||
<?=$list[$i]['name']?>
|
||||
<? if ($cmt_depth) {?><img src="<?=$board_skin_url?>/img/icon_reply.gif" class="icon_reply" alt="댓글의 댓글"><? } ?>
|
||||
<? if ($is_ip_view) { ?>
|
||||
아이피
|
||||
|
||||
Reference in New Issue
Block a user