Empire CMS 7.2版本引入了全面的多接入终端功能,使网站更方便地制作多个移动接入终端。
版本7.5中的多访问者升级:支持主端的后台刷新以生成每个访问端的静态页面,并且多访问端在静态模式下使用更方便。
那么,如何识别手机端并自动跳转呢?
在<head></head>之间增加如下代码。
<script type="text/javascript"> try {var urlhash = window.location.hash;if (!urlhash.match("fromapp")) {if ((navigator.userAgent.match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i))) {window.location="https://m.kaituozu.com/";}}} catch(err) { }</script> <meta name="mobile-agent" content="format=xhtml;url=https://m.kaituozu.com/">
列表页
动态页:https://m.kaituozu.com/e/action/ListInfo/?classid=[!--self.classid--] 静态页:https://m.kaituozu.com<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>
内容页
动态页:https://m.kaituozu.com/e/action/ListInfo/?classid=[!--self.classid--] 静态页:https://m.kaituozu.com<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>
分成动态与静态页面,可自行选择更换m.kaituozu.com为自己的手机端域名。
本文帝国CMS电脑端自动跳转到手机端&移动端的方法到此结束。人生要有几个朋友:一个是年少受欺负时,帮你出头的;一个是落魄时,愿意借钱给你的;一个是失意时,愿意陪着你的;一个是落寞时,在事业上帮忙你的;一个是住院时,亲自来探望你的;一个是你走完时,愿意参加你葬礼的。最重要的一个是,喜欢真诚的你的自我。小编再次感谢大家对我们的支持!