Auto Mobile Site Redirect

<script type="text/javascript">
        if (screen.width <= 720) {
        window.location = "mobile/index.php";
    }
</script>

Leave a Comment