<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div style='width:100%;background-color:#fafafa;border:1px solid #f1f1f1;'>
<div style='width:100%px;height:29px;background-color:#f8f8f8; text-align:-moz-left;text-align:left;padding:5 15 5 15'><IMG src="<?=$latest_skin_path?>/img/arr.gif"> <strong><?=$board[bo_subject]?></strong>
<a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><IMG src="<?=$latest_skin_path?>/img/more.gif"
border=0></a>
</div>
<? for ($i=0; $i<count($list); $i++) { ?>
<? echo "<div style='width:100%px;height:27px;background-color:#ffffff;text-align:-moz-left;text-align:left;padding:5 15 5 15 '>" ;
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][is_notice])
echo "<FONT color=#aaaaaa> • </FONT><font style='color:#000000;,><strong>{$list[$i][subject]}</strong></font>";
else
echo "<FONT color=#aaaaaa> • </FONT><font style='color:#000000;'>{$list[$i][subject]}</font>";
echo "</a>";
echo " " . $list[$i][icon_new];
?></div><? } ?>
<? if (count($list) == 0) { ?>
게시물이 없습니다.
<? } ?>
</div>
-----------------------------------------------------------------
위와 같이 나오는데....게시판의 최근글 뽑아올려면 어느부분을 수정해야 하나요?
게시판이름적는거등은 어디에 적어야 하는지요?
처음사용해서 질문드립니다.
감사합니다.
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div style='width:100%;background-color:#fafafa;border:1px solid #f1f1f1;'>
<div style='width:100%px;height:29px;background-color:#f8f8f8; text-align:-moz-left;text-align:left;padding:5 15 5 15'><IMG src="<?=$latest_skin_path?>/img/arr.gif"> <strong><?=$board[bo_subject]?></strong>
<a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><IMG src="<?=$latest_skin_path?>/img/more.gif"
border=0></a>
</div>
<? for ($i=0; $i<count($list); $i++) { ?>
<? echo "<div style='width:100%px;height:27px;background-color:#ffffff;text-align:-moz-left;text-align:left;padding:5 15 5 15 '>" ;
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][is_notice])
echo "<FONT color=#aaaaaa> • </FONT><font style='color:#000000;,><strong>{$list[$i][subject]}</strong></font>";
else
echo "<FONT color=#aaaaaa> • </FONT><font style='color:#000000;'>{$list[$i][subject]}</font>";
echo "</a>";
echo " " . $list[$i][icon_new];
?></div><? } ?>
<? if (count($list) == 0) { ?>
게시물이 없습니다.
<? } ?>
</div>
-----------------------------------------------------------------
위와 같이 나오는데....게시판의 최근글 뽑아올려면 어느부분을 수정해야 하나요?
게시판이름적는거등은 어디에 적어야 하는지요?
처음사용해서 질문드립니다.
감사합니다.
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기