본문으로 바로가기

~/skin/content/basic/content.skin.php

$con_file = $_SERVER["DOCUMENT_ROOT"].'/pages/'.$co['co_id'].'/index.php';
if(is_file($con_file)) {
	include_once($con_file);
}else{
	echo '등록된 내용이 없습니다';
}