帝国cms搜索页面模板
搜索页面模板标签
搜索模板常用
系统搜索到约有
[!–ecms.num–]项符合[!–keyboard–]的查询结果
搜索结果列表:
[!--empirenews.listtemp--][!--empirenews.listtemp--]
分页代码:
[!--show.page--] //默认搜索列表主要用[!--show.page--]变量在e/class/t_functions.php中修改
列表内容模板(list.var) (*)
[!--no.num--]. [!--title--]
[!--smalltext--]
[!--titleurl--] - [!--newstime--] - [!--this.classname--]
搜索模板支持动态标签调用的方法
打开 /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);
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。