그누보드5 최신글 커스텀 (게시판 여러개)
이전 글 (여러개 게시판의 글을 한개씩 로테이션으로 출력)을 최신글로 뽑아보기 /theme/해당테마이름/lib/new_latest.lib.php 안에 새로운 latest 함수명을 짓고 넣으면 됨 사용 : total_latest('theme/total_latest', 'total_board', 'free,humor,gallery', 10, 20); // total_board 게시판 최신글 추출 function total_latest($skin_dir='', $bo_table, $boards, $rows=10, $subject_len=40, $cache_time=1, $options='') { global $g5; if (!$skin_dir) $skin_dir = 'basic'; if(preg_match('..