Mage :: app()-> getLayout()-> getBlock('header')在magento 1,7中返回false

时间:2019-12-18 23:47:21

标签: php magento-1.7

在magento 1.7的welcome.php文件中

Mage::app()->getLayout()->getBlock('header')->getWelcome(); getBlock('header')返回false 请检查代码示例。

    protected function _toHtml()
    {
        if (isset($this->_blocks[$name])) {
            echo $this->_blocks[$name];
        } else {
            return Mage::app()->getLayout()->getBlock('header')->getWelcome();
            return false;
        }
    }
}

0 个答案:

没有答案