사용자: 검색결과 스킨 중 게시글 제목 표시 방법 수정
This commit is contained in:
@ -109,7 +109,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
for ($i=0; $i<count($list[$idx]) && $k<$rows; $i++, $k++) {
|
for ($i=0; $i<count($list[$idx]) && $k<$rows; $i++, $k++) {
|
||||||
if ($list[$idx][$i][wr_is_comment])
|
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];
|
$comment_href = "#c_".$list[$idx][$i][wr_id];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user