g4를 g5로 변경

This commit is contained in:
chicpro
2013-09-13 14:32:06 +09:00
parent 9a18a049d5
commit 0f78b67eb7
563 changed files with 4097 additions and 4097 deletions

View File

@ -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;
}
?>