ѡ̳
标题:
新增自适应手机版的方法
[打印本页]
作者:
admin
时间:
2018-12-7 20:55
标题:
新增自适应手机版的方法
在
function
template
(
$module
=
'content'
,
$template
=
'index'
,
$style
=
''
)
{
if
(
strpos
(
$module
,
'plugin/'
)
!==
false
)
{
$plugin
=
str_replace
(
'plugin/'
,
''
,
$module
);
return
p_template
(
$plugin
,
$template
,
$style
);
}
//增加判断手机版方法
$is_openmobile
=
pc_base
::
load_config
(
'system'
,
'is_openmobile'
);
if
(
isMobile
()
&&
$is_openmobile
)
{
$module
=
"wap"
;
}
欢迎光临 ѡ̳ (http://www.sunminxuan.cn/bbs/)
Powered by Discuz! X3.4