加入收藏 | 设为首页 | 会员中心 | 我要投稿 十堰站长网 (https://www.0719zz.com/)- 混合云存储、网络、视频终端、云计算、媒体处理!
当前位置: 首页 > 综合聚焦 > CMS系统 > 正文

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

发布时间:2020-12-05 04:05:37 所属栏目: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));
}

  在下面插入: