이미지 없을때 엑박 나옵니다. 정보
이미지 없을때 엑박 나옵니다.본문
최신글에서 이미지 없을때 노이미지가 안나오고 엑박 나옵니다.[노 이미지 이미지는 해당 스킨img 폴더에 정상적으로 들어가있습니다.]
어떻게 해결 해야 되나요?
<?
if (!defined("_GNUBOARD_")) exit; // °³º° ÆäÀÌÁö Á¢±Ù ºÒ°¡
?>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<td colspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="6"><td></td></tr>
<tr>
<td valign=top>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href='<?=$list[$i][href]?>' <?=$style?>><?=get_smallimg_in_list($list[$i][bo_table], $list[$i]['file'], 0, 138, 90, '/img/no_image.gif')?></a> </td>
<td align="center" valign="top" width="100%">
<table width="98%" border="0" cellspacing="1" cellpadding="2" align="center">
<?
for ($i=0; $i<count($list); $i++) {
$subject = $list[$i]['subject']?"[".$list[$i]['subject']."] ":"";
?>
<tr>
<td>
<?
echo "¤ý";
echo "<a href='{$list[$i][href]}'>";
echo $subject;
echo "{$list[$i]['wr_subject']}</a>";
echo " ". $list[$i]['icon_new'];
?>
</td>
</tr>
<? }?>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<?}?>
<? if (count($list) == 0) { ?><tr><td align=center>°Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù.</td></tr><? } ?>
</table>
어떻게 해결 해야 되나요?
<?
if (!defined("_GNUBOARD_")) exit; // °³º° ÆäÀÌÁö Á¢±Ù ºÒ°¡
?>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<td colspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="6"><td></td></tr>
<tr>
<td valign=top>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href='<?=$list[$i][href]?>' <?=$style?>><?=get_smallimg_in_list($list[$i][bo_table], $list[$i]['file'], 0, 138, 90, '/img/no_image.gif')?></a> </td>
<td align="center" valign="top" width="100%">
<table width="98%" border="0" cellspacing="1" cellpadding="2" align="center">
<?
for ($i=0; $i<count($list); $i++) {
$subject = $list[$i]['subject']?"[".$list[$i]['subject']."] ":"";
?>
<tr>
<td>
<?
echo "¤ý";
echo "<a href='{$list[$i][href]}'>";
echo $subject;
echo "{$list[$i]['wr_subject']}</a>";
echo " ". $list[$i]['icon_new'];
?>
</td>
</tr>
<? }?>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<?}?>
<? if (count($list) == 0) { ?><tr><td align=center>°Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù.</td></tr><? } ?>
</table>
댓글 전체

해당 스킨에 노이미지 파일이 들어가있다면~
><a href='<?=$list[$i][href]?>' <?=$style?>><?=get_smallimg_in_list($list[$i][bo_table], $list[$i]['file'], 0, 138, 90, '<?=$board_skin_path?>/img/no_image.gif')?></a>
가 아닐런지요?
><a href='<?=$list[$i][href]?>' <?=$style?>><?=get_smallimg_in_list($list[$i][bo_table], $list[$i]['file'], 0, 138, 90, '<?=$board_skin_path?>/img/no_image.gif')?></a>
가 아닐런지요?
해결이 안되요 ㅠㅠ