【发布时间】:2011-11-02 10:54:33
【问题描述】:
我正在尝试在主页上创建产品块,在其中我将 page.xml 复制到我的主题的布局文件夹并对其进行了修改
<page_two_columns_left translate="label">
<label>All Two-Column Layout Pages (Left Column)</label>
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
<!-- Mark root page block that template is applied -->
<action method="setIsHandle"><applied>1</applied></action>
</reference>
<reference name="content">
<block type="core/template" name="mycategories" output="toHtml" template="sweet/sweet.phtml"/>
</reference>
在这里,我期待在我的主页中间有一个块,我得到了,但除此之外,我在主页底部又得到了一个块(与这个块 sweet.phtml 相同)..在页脚链接下方。谁能告诉我是什么问题。
【问题讨论】:
-
你想用你的块替换一些名为
mycategories的块吗?
标签: magento-1.4 magento-1.5 magento