$tmp = explode("/", $_SERVER['REQUEST_URI']); $landing_code = $tmp[2]; require_once $_SERVER['DOCUMENT_ROOT'].'/landing/common.php'; // 랜딩 뷰 카운트 $title = ''; $description = ''; $keywords = ''; $mobilechk = ''; $agent = ''; if(preg_match($mobilechk, $_SERVER['HTTP_USER_AGENT'])){ $agent = 'MOBILE'; } include_once $_SERVER['DOCUMENT_ROOT'].'/landing/head.php'; // 기본 html ?>
include_once $_SERVER['DOCUMENT_ROOT'].'/landing/counsel.php'; // 상담 부분 form include_once $_SERVER['DOCUMENT_ROOT'].'/landing/template1.html'; // 템플릿 include_once $_SERVER['DOCUMENT_ROOT'].'/landing/foot.php'; // 끝 html ?>