require_once $_SERVER['DOCUMENT_ROOT']."/__system/config.php";
// require_once $_SERVER['DOCUMENT_ROOT']."/__system/lib/func.php";
$mode = param_get_post('mode');
if($mode=='pwview' || $mode=='pwmodify' || $mode=='pwdel' || $mode=='pwcdel') {
include ( __DIR__.'/board/index.php');
exit;
}
?>
// 게시판 include
include ( __DIR__.'/board/index.php');
// $mode = param_get_post('mode');
?>
=$s_row['wm_title']?>
//hard 세미나 일경우 하단상담 변경
if($bbs=='gm_seminar') $qc_seminar = 'Y';
include(Vi."quickcounseling.php");
?>
$log_title = $s_row['wm_title']." ".$mode; //로그 페이지제목
include(Vi."bottom.php");
?>