magento:在controller中添加breadcrumbs,在 controller中: $this-loadLayout(); $breadCrumb = $this-getLayout()-getBlock(breadcrumbs); //这是 $breadCrumb-addCrumb(home, array( label = Mage::helper(catalog)-__(Home), title = Mage::helper...
magento教程 