|
|
|
16년 전
|
조회 1,064
|
|
|
|
16년 전
|
조회 1,488
|
|
|
|
16년 전
|
조회 1,976
|
|
|
|
16년 전
|
조회 982
|
|
|
|
16년 전
|
조회 1,567
|
|
|
|
16년 전
|
조회 1,024
|
|
|
|
16년 전
|
조회 988
|
|
|
|
16년 전
|
조회 1,025
|
|
|
|
16년 전
|
조회 1,540
|
|
|
|
16년 전
|
조회 1,022
|
|
|
|
16년 전
|
조회 6,721
|
|
|
|
16년 전
|
조회 1,539
|
|
|
|
16년 전
|
조회 1,062
|
|
|
|
16년 전
|
조회 1,038
|
|
|
|
16년 전
|
조회 1,636
|
|
|
|
16년 전
|
조회 2,238
|
|
|
|
16년 전
|
조회 1,711
|
|
|
|
16년 전
|
조회 1,486
|
|
|
|
16년 전
|
조회 1,554
|
|
|
|
16년 전
|
조회 2,090
|
댓글 2개
<!-- 코멘트 출력 --> 부분중..
if (strstr($list[$i][wr_option], "secret"))
$str = "<span class='small' style='color:#ff6600;'>$str</span>";
이아래 추가..
if ($list[$i][mb_id]==$config[cf_admin])
$str = "<span class='small' style='color:#99cc00;'>$str</span>";
#99cc00-->원하시는 색으로다가..
덕분에 해결되었습니다
정말 고맙습니다.