30 lines
877 B
PHP
30 lines
877 B
PHP
<?php
|
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|
|
|
//include_once(G4_PATH.'/head.sub.php');
|
|
include_once('./_common.php');
|
|
//include_once(G4_LIB_PATH.'/latest.lib.php');//// 최신글 추출
|
|
include_once(G5_LIB_PATH.'/outlogin.lib.php');
|
|
// include_once(G4_LIB_PATH.'/poll.lib.php');// 설문조사
|
|
// include_once(G4_LIB_PATH.'/visit.lib.php');//방문자수
|
|
// include_once(G4_LIB_PATH.'/connect.lib.php');//현재 접속자수 출력
|
|
// include_once(G4_LIB_PATH.'/popular.lib.php');
|
|
|
|
include_once(G5_LIB_PATH.'/dbpro.lib.php');
|
|
|
|
/*
|
|
if (G4_IS_MOBILE) {
|
|
include_once(G4_MOBILE_PATH.'/head.php');
|
|
return;
|
|
}
|
|
*/
|
|
// 상단 파일 경로 지정 : 이 코드는 가능한 삭제하지 마십시오.
|
|
|
|
include_once($member_skin_path.'/main.skin.php');
|
|
|
|
//include_once('./_tail.php');
|
|
//include_once('./tail.sub.php');
|
|
?>
|
|
|
|
|