board_info; $smnu_txt = "추가"; if( $binfo['board_id'] ){ $smnu_txt = "수정"; } //권한 그룹 $sgrp = array( "M" => "회원", "A" => "관리자", ); //소속 리스트 $custObj = new Cust(); $where = new DB_where("and"); $where->add("cust_status = ?",1); $where->add("cust_active = ?",1); $cust_list = $custObj->getCustSelect("cust_id", "cust_name", $where); include _ADM_INC_PATH_ ."/header.html"; ?>