사용자: 게시판스킨 목록 공지글 스타일

This commit is contained in:
whitedot
2013-01-17 15:48:16 +09:00
parent bf8b1cf13c
commit ecfea1bd1b
2 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,7 @@ for ($i=0; $i<count($list); $i++) {
<td class="td_bignum">
<?
if ($list[$i]['is_notice']) // 공지사항
echo '공지';
echo '<strong>공지</strong>';
else if ($wr_id == $list[$i]['wr_id'])
echo "<span class=\"bo_current\">열람중</span>";
else