모바일 쇼핑몰 경로 수정

This commit is contained in:
chicpro
2013-05-09 18:04:43 +09:00
parent f9f170f899
commit 25ad9fe183

View File

@ -2,7 +2,7 @@
include_once('./_common.php');
if (!$is_member)
goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_MSHOP_URL."/mypage.php"));
goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL."/mypage.php"));
$g4['title'] = '마이페이지';
include_once(G4_MSHOP_PATH.'/_head.php');