게시판 상단에 추가 루틴 list.skin.head.php / 상단에 latest 표시하기
최고관리자
본문
1. /bbs/list.php 에 스킨전용 head 파일을 삽입하게 하라.
@include_once("$board_skin_path/list.skin.head.php");
include_once("$board_skin_path/list.skin.php");
2. 해당 게시판 스킨에 list.skin.head.php 파일을 작성하라.
<?
$latest_skin="sir.latest_onetap04";
if (file_exists("$g4[path]/skin/latest/$latest_skin/latest.skin.php")) {
include_once "$g4[path]/lib/latest.lib.php";
echo latest($latest_skin,$bo_table);
}
?>
관련링크
댓글목록
등록된 댓글이 없습니다.