그누보드5 예상 긁읽기 시간 출력
본문
<article id="bo_v" style="width:<?php echo $width; ?>">
<header>
<h2 id="bo_v_title">
<?php if ($category_name) { ?>
<span class="bo_v_cate"><?php echo $view['ca_name']; ?></span>
<?php } ?>
<span class="bo_v_tit"><?php echo cut_str(get_text($view['wr_subject']), 70); ?></span>
</h2>
<!-- 예상 읽기 시간 표시 -->
<div id="bo_v_reading_time">
<i class="fa fa-clock-o" aria-hidden="true"></i> 예상 읽기 시간: 약 <?php echo $reading_time; ?>분
</div>
<div id="bo_v_info">
<h2>페이지 정보</h2>
<span class="sound_only">작성자 </span><?php echo $view['name'] ?>
<span class="ip"><?php if ($is_ip_view) { echo " ($ip)"; } ?></span>
<span class="sound_only">작성일</span>
<i class="fa fa-clock-o" aria-hidden="true"></i> <?php echo date("y-m-d H:i", strtotime($view['wr_datetime'])) ?>
<span class="sound_only">조회</span><strong><i class="fa fa-eye" aria-hidden="true"></i> <?php echo number_format($view['wr_hit']) ?></strong>
<span class="sound_only">댓글</span><strong><i class="fa fa-commenting-o" aria-hidden="true"></i> <?php echo number_format($view['wr_comment']) ?></strong>
</div>
</header>
</article>
tak2님의 댓글
tak2 아이피 (192.♡.0.1) 작성일이거 댓글알람 테스트임!!!