로그인 후 이동링크 wishlist.php 로 수정
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
|
|
||||||
if (!$is_member)
|
if (!$is_member)
|
||||||
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php'));
|
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/wishlist.php'));
|
||||||
|
|
||||||
$g5['title'] = "위시리스트";
|
$g5['title'] = "위시리스트";
|
||||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||||
|
|||||||
@ -7,7 +7,7 @@ if (G5_IS_MOBILE) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$is_member)
|
if (!$is_member)
|
||||||
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php'));
|
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/wishlist.php'));
|
||||||
|
|
||||||
$g5['title'] = "위시리스트";
|
$g5['title'] = "위시리스트";
|
||||||
include_once('./_head.php');
|
include_once('./_head.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user