현재 게시판 명 출력하기.
본문
<div class="real_con">
<div style="width:100%;height:50px;border-bottom:1px solid #ebebeb;margin-bottom:50px;">
<div style="float:left;line-height:50px;font-family: 'Nanum Barun Gothic', sans-serif;font-weight: normal;font-size:21px;color:#666">
<?php echo $g5['title'] ?>
</div>
</div>
<?php echo $g5['title'] ?> 위 처럼하니까 게시판에 들어가면 "게시판명 1페이지" 이렇게 뜨네요.
게시판 명만 나오게 출력하고 싶은데 무슨 방법없을까요?
답변을 작성하시기 전에 로그인 해주세요.