사용자: 최근게시물 스타일 완료

This commit is contained in:
whitedot
2013-01-23 17:23:27 +09:00
parent 82efe22527
commit f0413606bc
3 changed files with 14 additions and 9 deletions

View File

@ -17,8 +17,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
// 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("neo", $row['bo_table'], 5, 70);
if ($i==9) break;
echo latest("neo", $row['bo_table'], 5, 25);
//if ($i==9) break;
}
?>