최신글(latest)에서 새(new)글은..... 정보
최신글(latest)에서 새(new)글은.....본문
최신글(latest)에서 새(new)글은.....
아이콘으로 나타내는데.. 아이콘말고...
색깔로 변경되게 못하나요??
예를 들어
새글은 빨강색으로 새글이 아닌 지난글은 검정색으로...
이렇게요...ㅠ
아이콘으로 나타내는데.. 아이콘말고...
색깔로 변경되게 못하나요??
예를 들어
새글은 빨강색으로 새글이 아닌 지난글은 검정색으로...
이렇게요...ㅠ
댓글 전체
최신글 스킨 latest.skin.php(basic기준) 26라인 수정해주세요.
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else if ($list[$i]['wr_datetime'] >= date("Y-m-d H:i:s", $g4['server_time'] - ($board['bo_new'] * 3600)))//공지외 게시판new 시간일경우
echo " <font color=red>{$list[$i][subject]}</font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
//echo " " . $list[$i]['icon_new']; //new아이콘
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else if ($list[$i]['wr_datetime'] >= date("Y-m-d H:i:s", $g4['server_time'] - ($board['bo_new'] * 3600)))//공지외 게시판new 시간일경우
echo " <font color=red>{$list[$i][subject]}</font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
//echo " " . $list[$i]['icon_new']; //new아이콘