개인결제 팝업 js 파일 누락 오류 수정

This commit is contained in:
chicpro
2015-12-16 16:50:21 +09:00
parent ce6bcc9178
commit d5747670aa

View File

@ -276,8 +276,10 @@ function form_check(f)
</script>
<?php
if($popup == 'yes')
if($popup == 'yes') {
echo '<script src="'.G5_ADMIN_URL.'/admin.js"></script>'.PHP_EOL;
include_once(G5_PATH.'/tail.sub.php');
else
} else {
include_once (G5_ADMIN_PATH.'/admin.tail.php');
}
?>