답변 1개
채택된 답변
+20 포인트
9년 전
basic 기본스킨 list.skin.php 기준으로 80라인 쯤 for문 다음에 다음과 같이 추가하시고
for ($i=0; $i<count($list); $i++) {
if($member[mb_id]) {
$mysc = sql_fetch("select count(*) as cnt from ".$g5['scrap_table']." where mb_id = '".$member[mb_id]."' and bo_table = '".$bo_table."' and wr_id = '".$list[$i]['wr_id']."'");
if($mysc[cnt] > 0){
$sc_str = "[scrap]";
} else{
$sc_str = "";
}
} else{
$sc_str = "";
}
.
.
.
.
109 라인 echo $list[$i]['icon_reply']; 다음에 아래 코드 삽입
echo $sc_str." ";
if ($is_category && $list[$i]['ca_name']) {
.
.
.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인