$tmp = explode("/", $_SERVER['REQUEST_URI']); $landing_code = $tmp[3]; require_once $_SERVER['DOCUMENT_ROOT'].'/crm/landing/common.php'; // 랜딩 뷰 카운트 $title = ''; $description = ''; $keywords = ''; $mobilechk = ''; $agent = ''; if(preg_match($mobilechk, $_SERVER['HTTP_USER_AGENT'])){ $agent = 'MOBILE'; } include_once $_SERVER['DOCUMENT_ROOT'].'/crm/landing/head.php'; // 기본 html ?>