최근 게시물 이미지 삭제 재문의 드림니다 채택완료
pic_list/latest.skin.php 파일에서 주석처리 했습니다 그런데 오류 나오고 있습니다
어느 부분이 잘못 인지 판단이 서질 않습니다 도와주세요
오류 코드
Warning: Undefined variable $img_link_html in /srv/users/bet/apps/bet/public/theme/basic/skin/latest/pic_list/latest.skin.php on line 36
Warning: Undefined variable $wr_href in /srv/users/bet/apps/bet/public/theme/basic/skin/latest/pic_list/latest.skin.php on line 40
입니다
주석처리 말고 삭제 해도 상관없는데 어디서 부터 어디까지 삭제 방법이 있는것도 알고
싶습니다
감사합니다
-------------------- 주석처리 -------------------
/* $img_link_html = ''; if( $i === 0 ) { $thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height, false, true);
if($thumb['src']) {
$img = $thumb['src'];
} else {
$img = G5_IMG_URL.'/no_img.png';
$thumb['alt'] = '이미지가 없습니다.';
}
$img_content = '';
$img_link_html = ''.$img_content.'';
} */
?>
원본입니다 ---------
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); $thumb_width = 297; $thumb_height = 212; $list_count = (is_array($list) && $list) ? count($list) : 0; ?>
-
비밀글 ";
echo " ";
if ($list[$i]['is_notice'])
echo "".$list[$i]['subject']."";
else
echo $list[$i]['subject'];
echo "
"; if ($list[$i]['icon_new']) echo "N새글"; if ($list[$i]['icon_hot']) echo "H인기글";// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
//echo $list[$i]['icon_reply']." "; // if ($list[$i]['icon_file']) echo " " ; //if ($list[$i]['icon_link']) echo " " ;
if ($list[$i]['comment_cnt']) echo " ".$list[$i]['wr_comment']."";
?>
- 게시물이 없습니다.
$wr_href = get_pretty_url($bo_table, $list[$i]['wr_id']); if( $i === 0 ) { $thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height, false, true);
if(isset($thumb['src']) && $thumb['src']) {
$img = $thumb['src'];
} else {
$img = G5_IMG_URL.'/no_img.png';
$thumb['alt'] = '이미지가 없습니다.';
}
$img_content = '';
$img_link_html = ''.run_replace('thumb_image_tag', $img_content, $thumb).'';
}
?>
답변 3개
댓글을 작성하려면 로그인이 필요합니다.
감사 합니다 덕분에 해결 되었습니다
2줄에 있는 $img_link_html, $wr_href 만 주석 처리 하시면 될꺼 같습니다. ( 동일하게 에러 나옵니다 )
삭제 처리로 해결했습니다
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
Warning: Undefined variable $img_link_html in /srv/users/bet/apps/bet/public/theme/basic/skin/latest/pic_list/latest.skin.php on line 36
Warning: Undefined variable $wr_href in /srv/users/bet/apps/bet/public/theme/basic/skin/latest/pic_list/latest.skin.php on line 40
이 2줄에 있는 $img_link_html, $wr_href 만 주석 처리 하시면 될꺼 같습니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인