dedecms获取顶级栏目的id,名称及链接
修改 include/helpers/extend.helper.php 结尾增加 : /** * 获取一个类目的顶级栏目 * @param string $tid 栏目ID * @return string */ if ( ! function_exists(gettoptype)) { function gettoptype($tid,$action) { global $dsql,$cfg_Cs; if(!is...