다음 주소 js 상수명을 G5_POSTCODE_JS로 변경

This commit is contained in:
thisgun
2014-08-22 15:01:13 +09:00
parent bc3c731aeb
commit 8aa6b7d979
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ if($od['od_pg'] == 'lg') {
} }
// add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_javascript(G5_IS_POSTCODE_JS, 0); //다음 주소 js add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
?> ?>
<section id="anc_sodr_list"> <section id="anc_sodr_list">

View File

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