ecshop分类页如何显示当前分类名称? 比如我们想在分类页列表做个显示当前分类的名称,那么直接模板处定义为: {$cat_name}
然后修改 category.php
在 $smarty->assign('page_title', $position['title']); // 页面标题
$smarty->assign('ur_here', $position['ur_here']); // 当前位置
后增加:
$smarty->assign('cat_name', $cat['cat_name']); 这样就可以了。希望对你有所帮助哦! 转载请注明出处。
copy © 2025 星澜网络 All Rights Reserved
备案号:鲁ICP备2023015769号