* net3x * Wapper
<?php
function isMobile(){
return 
preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i"$_SERVER["HTTP_USER_AGENT"]);}
if(
isMobile())
header("Location:  http://m.MOBILESITE.com/index.php");
else{
echo
"This is web version";
}
?>

Copy code


U use this simple code to redirect mobile user to "M" folder..

another way is include theme using SERVER HTTP USERAGENT
2014-07-08 18:40 · (0)

Online: Guests: 1