- <script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
- <?php
- /*判断首页或者列表或者内页自动生成跳转地址,,,,,如果不生效就把百度这个js文件保存在网站本地*/
- if(!$GLOBALS[navclassid])
- {
- ?>
- <script type="text/javascript">uaredirect("http://m.xxx.com");</script>
- <?php
- }
- else
- {
- ?>
- <script type="text/javascript">uaredirect("http://m.xxx.com/<?=$class_r[$GLOBALS['navclassid']]['classpath']?>/<?=($navinfor[id]?$navinfor[id].'.html':'')?>");</script>
- <?php
- }
- ?>
复制代码
|