모바일 최신글 질문좀 드리겠습니다 채택완료
모바일 이미지 최신글인데요 ㅠㅠ
메인에서 새로고침 하면 보였다가 또 어쩔땐 안보였다 그러는데 왜그런걸까요
[code]
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
include_once(G5_THEME_LIB_PATH.'/thumbnail2.lib.php');
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('', 0);
$thumb_width = isset($options['thumb_width']) ? $options['thumb_width'] : $board['bo_gallery_width'];
$thumb_height = isset($options['thumb_height']) ? $options['thumb_height'] : $board['bo_gallery_height'];
$content_length = isset($options['content_length']) ? $options['content_length'] : 30;
?>
for ($i=0; $i $thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height); if($thumb['src']) { $img_content = ' } else { $noimg = $latest_skin_path.'/img/no_img.gif'; $img_content = ''.get_noimage_thumbnail($bo_table, $noimg, $thumb_width, $thumb_height, $class='no_img').''; } ?> ';
echo "";
if ($list[$i]['is_notice'])
echo "".$list[$i]['subject']."";
else
echo $list[$i]['subject'];
echo "";
?>
[code]
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인