스킨화 작업 3차

This commit is contained in:
chicpro
2013-09-25 18:22:10 +09:00
parent 20d1a1a992
commit 21ea906b81
18 changed files with 411 additions and 246 deletions

8
shop/iteminfo.php Normal file
View File

@ -0,0 +1,8 @@
<?php
include_once('./_common.php');
if (G5_IS_MOBILE) {
include_once(G5_MSHOP_PATH.'/iteminfo.php');
return;
}
?>