daum 도로명 주소 적용 스킨 수정 및 zip.js 로 분리

This commit is contained in:
thisgun
2014-08-20 15:21:06 +09:00
parent a6bd17fa01
commit cb6fe2d32c
4 changed files with 51 additions and 68 deletions

View File

@ -12,5 +12,7 @@ if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신
include_once($member_skin_path.'/zip.skin.php');
echo '<script src="'.G5_JS_URL.'/zip.js"></script>';
include_once(G5_PATH.'/tail.sub.php');
?>