재질문 .. 정보
재질문 ..본문
게시판 목록 댓글수 부분 (4) > 4 요런식으로 바꿀수는 없을까요..?
댓글 전체
전체 게시판 모두 적용시
lib/common.lib.php
$list['comment_cnt'] = "($list[wr_comment])"; // 괄호 삭제
개별 게시판 적용 list.skin.php 코멘트수 출력부분 수정
{$list[$i][comment_cnt]} → { $list[$i][wr_comment]}
lib/common.lib.php
$list['comment_cnt'] = "($list[wr_comment])"; // 괄호 삭제
개별 게시판 적용 list.skin.php 코멘트수 출력부분 수정
{$list[$i][comment_cnt]} → { $list[$i][wr_comment]}
감사합니다.