common.inc.php 里面加入 下载板块的down 名称
在include 文件里 加入 down.inc.php 文件
在 mobile模版里 加入 down.htm 模版文件
在 电脑版的文件里加上
搜索里加上 if($EXT['mobile_enable']) $head_mobile = $EXT['mobile_url'].($kw ? 'index.php?moduleid='.$moduleid.'&kw='.encrypt($kw, DT_KEY.'KW') : 'search.php?action=mod'.$moduleid);
内容页php文件的下面加上module/ domn/show.inc.php
if($EXT['mobile_enable']) $head_mobile = $EXT['mobile_url'].mobileurl($moduleid, 0, $itemid, $page);
if($subtitle) $seo_title = $subtitle.$seo_delimiter.$seo_title;
$template = 'show';
其他的参考的是 文章模块
在电脑版可以 直接看到 手机版的 网址了
在include 文件里 加入 down.inc.php 文件
在 mobile模版里 加入 down.htm 模版文件
在 电脑版的文件里加上
搜索里加上 if($EXT['mobile_enable']) $head_mobile = $EXT['mobile_url'].($kw ? 'index.php?moduleid='.$moduleid.'&kw='.encrypt($kw, DT_KEY.'KW') : 'search.php?action=mod'.$moduleid);
内容页php文件的下面加上module/ domn/show.inc.php
if($EXT['mobile_enable']) $head_mobile = $EXT['mobile_url'].mobileurl($moduleid, 0, $itemid, $page);
if($subtitle) $seo_title = $subtitle.$seo_delimiter.$seo_title;
$template = 'show';
其他的参考的是 文章模块
在电脑版可以 直接看到 手机版的 网址了