댓글 사용 여부에 따라 댓글 수 출력 및 admin인 경우 작성자 표시로 수정
This commit is contained in:
@ -92,10 +92,12 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
|
||||
<span><?php echo number_format($view['wr_hit']); ?></span>
|
||||
</dd>
|
||||
|
||||
<?php if ($board['bo_use_comment'] ) { ?>
|
||||
<dd>
|
||||
<i><img src="<?php echo $board_skin_url ?>/img/ico_comm.svg"></i>
|
||||
<span><?php echo number_format($view['wr_comment']); ?></span>
|
||||
</dd>
|
||||
<?php } ?>
|
||||
|
||||
</li>
|
||||
|
||||
@ -392,7 +394,9 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
|
||||
|
||||
<?php
|
||||
// 코멘트 입출력
|
||||
include_once(G5_BBS_PATH.'/view_comment.php');
|
||||
if ($board['bo_use_comment'] ) {
|
||||
include_once(G5_BBS_PATH.'/view_comment.php');
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user