사용자: 새 기본테마 적용 중

This commit is contained in:
whitedot
2013-01-23 14:06:07 +09:00
parent 1164ef3c2d
commit 2edb6438c6
8 changed files with 8 additions and 43 deletions

View File

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