모바일 쇼핑몰 경로 수정

This commit is contained in:
chicpro
2013-05-09 18:03:42 +09:00
parent 62c9f0e53f
commit 5424b173de
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/whislist.php');
include_once(G4_MSHOP_PATH.'/wishlist.php');
return;
}