include "../include/header.html";
include $_SERVER[DOCUMENT_ROOT] . "/module/html_contents/html_contents.lib.php";
//DB연결
$dblink = SetConn($_conf_db["main_db"]);
$arrInfo = getArticleInfo($GLOBALS["_conf_tbl"]["html_contents"], "1");
//_DEBUG($arrInfo);
//DB해제
SetDisConn($dblink);
?>
BACK

include "../include/footer.html"; ?>