#339 모바일에선 모바일 상품추천 페이지 호출하도록 수정
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once("./_common.php");
|
include_once('./_common.php');
|
||||||
|
|
||||||
|
if (G5_IS_MOBILE) {
|
||||||
|
include_once(G5_MSHOP_PATH.'/itemrecommend.php');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!$is_member)
|
if (!$is_member)
|
||||||
alert_close('회원만 메일을 발송할 수 있습니다.');
|
alert_close('회원만 메일을 발송할 수 있습니다.');
|
||||||
|
|||||||
Reference in New Issue
Block a user