사용자: 레이아웃 작업 중

This commit is contained in:
whitedot
2013-01-23 15:33:32 +09:00
parent 2edb6438c6
commit 1efe74347f
8 changed files with 88 additions and 50 deletions

View File

@ -16,7 +16,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
// 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("neo", $row['bo_table'], 10, 70);
if ($i==9) exit;
if ($i==9) break;
}
?>
<!-- 메인화면 최신글 끝 -->