[그누보드] 최신글 새글 색상변경
페이지 정보
작성자 관리자 작성일15-06-26 11:10 조회2,681회 댓글0건본문
기본적으로 사용하고 있는 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아이콘
새글이 올라 왔을때 그 새글 색상을 변경하는 부분 입니다.
최신글 스킨 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아이콘
댓글목록
등록된 댓글이 없습니다.