다음주소 API 기본코드로 변경 및 불필요한 파일 삭제

This commit is contained in:
chicpro
2014-08-22 15:21:23 +09:00
parent 5a37e8243d
commit 916cd86330
12 changed files with 123 additions and 111 deletions

View File

@ -129,6 +129,9 @@ if ($mb['mb_intercept_date']) $g5['title'] = "차단된 ";
else $g5['title'] .= "";
$g5['title'] .= '회원 '.$html_title;
include_once('./admin.head.php');
// add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
?>
<form name="fmember" id="fmember" action="./member_form_update.php" onsubmit="return fmember_submit(this);" method="post" enctype="multipart/form-data">