[mobile] 모바일 접속시 모바일용 홈페이지로 이동
페이지 정보
본문
모바일쪽
<?
include("$g4[path]/mobile_device_detect.php");
$mobile = mobile_device_detect();
if($mobile==true){
//모바일접속시 모바일홈페이지로 이동
echo "<script language='JavaScript'> location.replace('{$config[zncf_qrcordurl]}{$REQUEST_URI}'); </script>";
exit;
}
?>
pc쪽
<?
include("$g4[path]/mobile_device_detect.php");
$mobile = mobile_device_detect();
if($mobile==false){
//pc접속시 pc홈페이지로 이동
echo "<script language='JavaScript'> location.replace('{$config[zpcf_pcurl]}{$REQUEST_URI}'); </script>";
exit;
}
?>
<?
include("$g4[path]/mobile_device_detect.php");
$mobile = mobile_device_detect();
if($mobile==true){
//모바일접속시 모바일홈페이지로 이동
echo "<script language='JavaScript'> location.replace('{$config[zncf_qrcordurl]}{$REQUEST_URI}'); </script>";
exit;
}
?>
pc쪽
<?
include("$g4[path]/mobile_device_detect.php");
$mobile = mobile_device_detect();
if($mobile==false){
//pc접속시 pc홈페이지로 이동
echo "<script language='JavaScript'> location.replace('{$config[zpcf_pcurl]}{$REQUEST_URI}'); </script>";
exit;
}
?>
추천0
첨부파일
-
mobile_device_detect.php (21.2K)
1회 다운로드 | DATE : 2010-12-01 12:08:30