사용자: #367 에 따른 갤러리게시판스킨 no image 스타일

This commit is contained in:
whitedot
2013-03-11 13:51:10 +09:00
parent e1648fd85d
commit f3210e8b51
2 changed files with 3 additions and 2 deletions

View File

@ -94,7 +94,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
$imgsrc = G4_DATA_URL.'/file/'.$bo_table.'/'.$thumb;
$img_content = '<img src="'.$imgsrc.'" alt="'.$file['bf_content'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
} else {
$img_content = '<span class="">no image</span>';
$img_content = '<span>no image</span>';
}
echo $img_content;