欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

帝國CMS電腦端自動(dòng)跳轉(zhuǎn)到手機(jī)端動(dòng)態(tài)頁和靜態(tài)頁的實(shí)現(xiàn)代碼

  發(fā)布時(shí)間:2020-01-28 12:52:18   作者:佚名   我要評(píng)論
這篇文章主要介紹了帝國CMS電腦端自動(dòng)跳轉(zhuǎn)到手機(jī)端動(dòng)態(tài)頁和靜態(tài)頁的實(shí)現(xiàn)代碼,需要的朋友可以參考下

Empire CMS 7.2版本引入了全面的多接入終端功能,使網(wǎng)站更方便地制作多個(gè)移動(dòng)接入終端。版本7.5中的多訪問者升級(jí):支持主端的后臺(tái)刷新以生成每個(gè)訪問端的靜態(tài)頁面,并且多訪問端在靜態(tài)模式下使用更方便。

頁面頭部

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="https://m.daixiao#/";}}}
catch(err)
{
}</script>
<meta name="mobile-agent" content="format=xhtml;url=https://m.jb51.net/">

 列表頁

動(dòng)態(tài)頁:https://m.jb51.net/e/action/ListInfo/?classid=[!--self.classid--]
靜態(tài)頁:https://m.jb51.net<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>

內(nèi)容頁

動(dòng)態(tài)頁:https://m.jb51.net/e/action/ListInfo/?classid=[!--self.classid--]
靜態(tài)頁:https://m.jb51.net<?$r['classid']=$GLOBALS[navclassid];$classurl=sys_ReturnBqClassname($r,9);echo $classurl;?>

分成動(dòng)態(tài)與靜態(tài)頁面,可自行選擇更換jb51.net為自己的子域名。 

相關(guān)文章

最新評(píng)論