|
|
|
20년 전
|
조회 3,316
|
|
|
|
20년 전
|
조회 3,289
|
|
|
|
20년 전
|
조회 3,125
|
|
|
|
20년 전
|
조회 3,483
|
|
|
|
20년 전
|
조회 2,685
|
|
|
|
20년 전
|
조회 3,060
|
|
|
|
20년 전
|
조회 2,903
|
|
|
|
20년 전
|
조회 3,349
|
|
|
|
20년 전
|
조회 3,037
|
|
|
|
20년 전
|
조회 3,009
|
|
|
|
20년 전
|
조회 3,053
|
|
|
|
20년 전
|
조회 3,120
|
|
|
|
20년 전
|
조회 3,369
|
|
|
|
20년 전
|
조회 3,062
|
|
|
|
20년 전
|
조회 2,808
|
|
|
|
20년 전
|
조회 3,152
|
|
|
|
20년 전
|
조회 3,242
|
|
|
|
20년 전
|
조회 2,672
|
|
|
|
20년 전
|
조회 3,279
|
|
|
|
20년 전
|
조회 3,106
|
댓글 5개
while ($row = sql_fetch_array($result))
{
// °Ë»öÀÏ °æ¿ì wr_id¸¸ ¾ò¾úÀ¸¹Ç·Î ´Ù½Ã ÇÑÇàÀ» ¾ò´Â´Ù
if ($sca || $stx)
$row = sql_fetch(" select * from $write_table where wr_id = '$row[wr_parent]' ");
$is_listed = false;
for ($t=0; $t<count($arr_notice); $t++) {
if ($arr_notice[$t] == $row[wr_id]) $is_listed = true;
}
if (!$is_listed) {
$list[$i] = get_list($row, $board, $board_skin_path, $board[bo_subject_len]);
if (strstr($sfl, "subject"))
$list[$i][subject] = search_font($stx, $list[$i][subject]);
$list[$i][is_notice] = false;
$list[$i][num] = number_format($total_count - ($page - 1) * $board[bo_page_rows] - $k);
$i++;
$k++;
}
}
어짜피 공지사항인데 댓글 달 일도 필요없고,,
sir.co.kr 사이트의 게시판들을 살펴도 상단의 공지가 게시물목록에는 없는것 같은데요....!!