if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가, 게시판별 인쿠르드
if ($bo_table == "req_occupancy") { // 입주신청서
include_once (G5_PATH.'/req_occupancy.html');
} else if ($bo_table == "req_trade") { // 수출입의뢰
include_once (G5_PATH.'/req_trade.html');
} else if ($bo_table == "cooperation") { // 협력지사모집
include_once (G5_PATH.'/cooperation.html');
} else if ($bo_table == "goods_gallery") { // 상품갤러리
include_once (G5_PATH.'/goods_gallery.html');
} else if ($bo_table == "news") { // 뉴스홍보
include_once (G5_PATH.'/news.html');
} else if ($bo_table == "proposal") { // 사업제안
include_once (G5_PATH.'/proposal.html');
} else if ($bo_table == "qa") { // 사업제안
include_once (G5_PATH.'/qa.html');
} else if ($bo_table == "faq") { // 자주묻는질문
include_once (G5_PATH.'/faq.html');
} else if ($bo_table == "notice") { // 자주묻는질문
include_once (G5_PATH.'/notice.html');
} else if ($bo_table == "gallery") { // 포토갤러리
include_once (G5_PATH.'/photo_gallery.html');
}
?>
페이지 정보
作成者 foex
작성일17-10-11 15:36
閲覧1,255회