帝国CMS访问电脑端自动跳转到手机端动态页和静态页的代码

  • A+
所属分类:帝国cms技巧

内容摘要

帝国CMS访问电脑端自动跳转到手机端动态页和静态页的代码

文章正文

简介: Empire CMS 7.2版本引入了全面的多接入终端功能,使网站更方便地制作多个移动接入终端。版本7.5中的多访问者升级:支持主端的后台刷新以生成每个访问端的静态页面,并且多访问端

版本7.5中的多访问者升级:支持主端的后台刷新以生成每个访问端的静态页面,并且多访问端在静态模式下使用更方便。

页面头部

JS代码在body前面加上以下HTML源代码

<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="http://m.hjy01.com/";}}} catch(err) { }</script> <meta name="mobile-agent" content="format=xhtml;url=http://m.hjy01.com/">

列表页

动态页:http://m.hjy01.com/e/action/ListInfo/?classid=[!--self.classid--]

静态页:http://m.hjy01.com<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>

内容页

动态页:http://m.hjy01.com/e/action/ListInfo/?classid=[!--self.classid--]

静态页:http://m.hjy01.com<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>

分成动态与静态页面,可自行选择更换aabb.com为自己的子域名。

代码注释

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: