g4를 g5로 변경
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
include_once('./_common.php');
|
||||
|
||||
// 모바일 쇼핑몰 카테고리 선택시에만 사용함
|
||||
if (G4_IS_MOBILE) {
|
||||
include_once(G4_MSHOP_PATH.'/category.php');
|
||||
if (G5_IS_MOBILE) {
|
||||
include_once(G5_MSHOP_PATH.'/category.php');
|
||||
return;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user