category.php 里找到 get_categories_tree($cat_id)) 改成 get_categories_tree(0)) 约322行
goods.php 里找到 get_categories_tree($goods[‘cat_id’])) 改成 get_categories_tree(0)) 约180行
然后在代码里边这样调就可以了。
[html]
<!–{foreach from=get_categories_tree() item=cat}–>
<div class="max_class"><a href="{$cat.url}" class="max_class_tit">{$cat.name}</a></div>
<!–{/foreach}–> [/html]
原文链接:https://www.um80.com/361.htm,转载请注明出处。
评论0