사용자: 최근게시물 스킨, 아웃로그인 스킨, #174 , #175 처리

This commit is contained in:
whitedot
2013-01-23 18:06:58 +09:00
parent f0413606bc
commit 13f539aaf3
7 changed files with 14 additions and 12 deletions

View File

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