您的位置:宽带测速网 > 帝国cms > 帝国cms搜索模板支持灵动标签和万能标签(支持到7.5)

帝国cms搜索模板支持灵动标签和万能标签(支持到7.5)

2025-08-20 10:26来源:互联网 [ ]

打开 /e/search/result/index.php 文件查找

require("../../class/connect.php");require("../../class/db_sql.php");require("../../data/dbcache/class.php");require("../../class/q_functions.php");require "../".LoadLang("pub/fun.php");

修改为:

require('../../class/connect.php');require('../../class/db_sql.php');require('../../class/functions.php');require('../../class/t_functions.php');require('../../data/dbcache/class.php');require "../".LoadLang("pub/fun.php");

再查找

//替换公共模板变量$listtemp=$tempr[temptext];

在上面添加代码

//页面支持标签$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);