모바일 접속시 include 파일관련 코드 추가

This commit is contained in:
chicpro
2013-05-08 10:28:44 +09:00
parent 390ed9bcf7
commit d03364799d
5 changed files with 32 additions and 4 deletions

View File

@ -1,5 +1,10 @@
<?php
include_once("./_common.php");
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/list.php');
return;
}
$sql = " select *
from {$g4['shop_category_table']}