加入收藏 | 设为首页 | 会员中心 | 我要投稿 长春站长网 (https://www.0431zz.com/)- 业务安全、终端安全、文字识别、云计算、智能内容!
当前位置: 首页 > 综合聚焦 > CMS系统 > 正文

最新DEDECMS织梦搜索页调用arclist标签的教程

发布时间:2020-12-05 04:55:58 所属栏目:CMS系统 来源:互联网
导读:打开include/arc.searchview.class.php 查找: require_once ( DEDEINC . /taglib/hotwords.lib.php ); require_once ( DEDEINC . /taglib/channel.lib.php ); 在下面加入: require_once ( DEDEINC . /taglib/arclist.lib.php ); require_once ( DEDEINC .

打开include/arc.searchview.class.php

  查找:

require_once(DEDEINC."/taglib/hotwords.lib.php");
"/taglib/channel.lib.php"); 

  在下面加入:

else if($tagname=="hotwords")                
{                    
	$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));
}

  在下面插入: