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

This commit is contained in:
chicpro
2013-05-08 10:50:39 +09:00
parent d03364799d
commit 6b7aa507ab
3 changed files with 157 additions and 0 deletions

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/search.php');
return;
}
$g4['title'] = "상품 검색 결과";
include_once('./_head.php');