/* 게시판별 헤드 다르게 $gr_id, $bo_table
컨텐츠 정보
- 조회 2,706
본문
/* 게시판별 헤드 다르게 $gr_id, $bo_table
switch($bo_table) {
case 'demo7_4' : $bo_head_file = THEMA_PATH.'/head_no.php'; break;
case '게시판아이디B' : $bo_head_file = THEMA_PATH.'/head_bbb.php'; break;
case '게시판아이디C' : $bo_head_file = THEMA_PATH.'/head_ccc.php'; break;
}
if($bo_head_file) {
include_once($bo_head_file);
return;
}
*/
관련자료
-
이전
-
다음
댓글 0개
등록된 댓글이 없습니다.
- 1(current)