#173 에 따른 카테고리 팝업페이지 추가

This commit is contained in:
chicpro
2013-05-09 15:16:02 +09:00
parent e758ddfc01
commit 7b51dbdb30
3 changed files with 72 additions and 0 deletions

9
shop/category.php Normal file
View 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;
}
?>