【发布时间】:2014-11-10 01:23:29
【问题描述】:
我正在 Magento 中创建一个小模块以在标题中显示下拉菜单。我已经添加了下面的代码。
<reference name="header">
<block type="page/template_links" name="abc" before="store_language" as="abc" template="abc/abc.phtml"/>
</reference>
使用此代码,我无法在标题中查看我的 abc.phtml 文件内容。
我不想使用下面的代码。
echo $this->getChildHtml('abc')
请帮助我如何在我的 magento 标头中添加没有此功能的代码。
谢谢
【问题讨论】:
-
任何人都可以帮助我............?它对我来说很紧急......我是magento的新手......
标签: magento magento-1.7 magento-1.8 magento-1.5 magento-1.6