织梦模板DEDECMS如何生成静态手机页面的教程
发布时间:2020-12-14 04:30:13 所属栏目:Dedecms 来源:网络整理
导读:织梦DEDECMS生成静态手机页面 工具/原料 dedecms 实现wap手机静态生成 一、添加后台导航栏目链接 1 打开dede/inc/inc_menu.php,在146行下面添加代码: 二、更新WAP主页 1.复制文件dede/makehtml_homepage.php,重命名为makehtml_homepagewap.php2.打开makeht
织梦DEDECMS生成静态手机页面 工具/原料 dedecms 实现wap手机静态生成 一、添加后台导航栏目链接 1 打开dede/inc/inc_menu.php,在146行下面添加代码: 1.复制文件dede/makehtml_homepage.php,重命名为makehtml_homepagewap.php2.打开makehtml_homepagewap.php,找到最后一行 include DedeInclude('templets/makehtml_homepage.htm'); 修改为 include DedeInclude('templets/makehtml_homepagewap.htm'); 3.复制文件dede/templets/makehtml_homepage.htm,重命名为makehtml_homepagewap.htm 4打开dede/templets/makehtml_homepagewap.htm 修改21行 |