require_once $_SERVER['DOCUMENT_ROOT']."/__system/config.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');
?>
//hard 세미나 or 이벤트 일경우만
if(in_array($bbs, array('it_seminar','it_event','seminar2','notice2'))){?>
=$b_row['wm_title']?> [=$s_row['wm_title']?>]
}else{?>
=$s_row['wm_title']?>
}?>
}?>
=$s_row['wm_title']?>
//hard 세미나 일경우 하단상담 변경
if($bbs=='gm_seminar'){
$qc_flag = 's';
include(Vi."quickcounsel_new.php");
}
else {//if($bbs=='gm_notice'||$bbs=='gm_event'){
// include(Vi."counsel.php");
$img_none = true;
include(Vi."quickcounsel_new.php");
}
?>
$log_title = $s_row['wm_title']." ".$mode; //로그 페이지제목
include(Vi."bottom.php");
?>