사용자: 검색결과 스킨 중 게시글 제목 표시 방법 수정

This commit is contained in:
whitedot
2013-06-05 11:59:26 +09:00
parent 37c0c7735d
commit 07e86f053c

View File

@ -109,7 +109,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
for ($i=0; $i<count($list[$idx]) && $k<$rows; $i++, $k++) {
if ($list[$idx][$i][wr_is_comment])
{
$comment_def = "<span class=\"cmt_def\">댓글</span>";
$comment_def = "<span class=\"cmt_def\">댓글 | </span>";
$comment_href = "#c_".$list[$idx][$i][wr_id];
}
?>