최신글에 있는 제나질답 최신글..
페이지 정보
본문
적용되면 소스나 스킨좀 공개해주세요...
댓글목록
포인트님의 댓글
포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
적용했는데 안되는데요?
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$color_layer = get_text($config[cf_color_layer]); //홈페이지상단컬러
?>
<table width="100%" border="0" cellpadding="0" cellspacing="2" bgcolor="<?=$color_layer?>">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="4" bgcolor="#F3F3F3">
<tr>
<td valign="top" bgcolor="FFFFFF" style="padding:0px">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor=#F3F3F3>
<td width="10"></td>
<td height="20"><strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><font color=#314662><?=$board[bo_subject]?></font></a></strong></td>
<td align="right"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><span style='font-size:8pt; color:#9A9A9A;'>더보기</span></a></td>
<td width="5"></td>
</tr>
</table>
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td align=center>
<table width=100%>
<tr>
<td> <img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
?></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td align=center><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
</td></tr>
</table>
</td></tr>
</table>
<table width="100%" cellpadding=0 cellspacing=0>
<tr><td height=5></td></tr>
</table>