다음 주소 api 수정 후 적용

This commit is contained in:
thisgun
2014-08-22 14:52:38 +09:00
parent 40ea8839f8
commit bc3c731aeb
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<?php
include_once('./_common.php');
// add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_javascript(G5_IS_POSTCODE_JS, 0); //다음 주소 js
if (G5_IS_MOBILE) {
include_once(G5_MSHOP_PATH.'/orderform.php');
return;