사용자 모바일 쿠폰리스트 추가

This commit is contained in:
chicpro
2013-11-15 09:50:35 +09:00
parent 8eca62d721
commit 33f3c3c968
2 changed files with 91 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
if (G5_IS_MOBILE) {
include_once(G5_MSHOP_PATH.'/coupon.php');
return;
}
if ($is_guest)
alert_close('회원만 조회하실 수 있습니다.');