帝国CMS列表内容模板 如何调用标题分类关键词?
方法:$r变量+SQL语句
$_nowtype=$empire->fetch1("select * from {$dbtbpre}enewsinfotype where typeid='$r[ttid]'"); $listtemp='标题分类关键词:'.$_nowtype[pagekey].'';
tips:使用$r变量需开启“使用程序代码”
帝国CMS列表内容模板 如何调用标题分类关键词?
$_nowtype=$empire->fetch1("select * from {$dbtbpre}enewsinfotype where typeid='$r[ttid]'"); $listtemp='标题分类关键词:'.$_nowtype[pagekey].'';
tips:使用$r变量需开启“使用程序代码”
发表评论