<?php $currentCat = Mage::registry(‘current_category‘); var_dump($currentCat->getName()); ?>
From: https://blog.csdn.net/github_26672553/article/details/51576241
[转]Magento 获取当前分类名称
原文:https://www.cnblogs.com/ec04/p/14893361.html