#173 에 따른 카테고리 팝업페이지 추가
This commit is contained in:
9
shop/category.php
Normal file
9
shop/category.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include_once('./_common.php');
|
||||
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>θ<EFBFBD> ī<>װ<EFBFBD><D7B0><EFBFBD> <20><><EFBFBD>ýÿ<C3BD><C3BF><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
if (G4_IS_MOBILE) {
|
||||
include_once(G4_MSHOP_PATH.'/category.php');
|
||||
return;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user