帝国CMS搜索模板 列表内容模板(list.var) 如何调用栏目别名?
方法1:标签调用
- [!--this.classname--]
方法2:$r变量+SQL语句
- $_nowclass=$empire->fetch1("select * from {$dbtbpre}enewsclass where classid='$r[classid]'");
- $listtemp='栏目别名:'.$_nowclass[bname].'';
tips:使用$r变量需开启“使用程序代码”