|
|
|
14년 전
|
조회 1,480
|
|
|
|
14년 전
|
조회 1,605
|
|
|
|
14년 전
|
조회 1,015
|
|
|
|
14년 전
|
조회 1,637
|
|
|
|
14년 전
|
조회 1,659
|
|
|
|
14년 전
|
조회 1,626
|
|
|
|
14년 전
|
조회 1,307
|
|
|
|
14년 전
|
조회 1,611
|
|
|
|
14년 전
|
조회 1,149
|
|
|
|
14년 전
|
조회 1,980
|
|
|
|
14년 전
|
조회 1,049
|
|
|
|
14년 전
|
조회 3,517
|
|
|
|
14년 전
|
조회 1,477
|
|
|
|
14년 전
|
조회 1,599
|
|
|
|
14년 전
|
조회 3,944
|
|
|
|
14년 전
|
조회 1,622
|
|
|
|
14년 전
|
조회 1,586
|
|
|
|
14년 전
|
조회 1,007
|
|
|
|
14년 전
|
조회 1,757
|
|
|
|
14년 전
|
조회 1,027
|
댓글 1개
최신글에서 공지의 글자색은 "빨간"색으로 나머지 글은 "진회색"으로 표시하고싶다...라고 이해하고
설명을 드리면 아래와 같이 그냥 하면 될듯 하네요
latest.skin.php <basic> 기준..." 라인 21~ "
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
위 부분을 아래와 같이 수정
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#ff0000;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#555555;'>{$list[$i]['subject']}</font>";
echo "</a>";