logo

更新時間:

足球

帝国CMS7.2搜索模板支持动态标签调用的方法

建站之家

打开 /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);

友情鏈接

Copyright © 2024 chakd 版权所有. All Rights Reserved.

冀ICP备20230sdf26749号-1