打开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)); }
在下面插入:
打开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)); }
在下面插入: