我找不到静态块在我的主页上堆叠的位置

时间:2018-01-30 03:27:41

标签: magento block

   <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
            <label>Page Header</label>
            <action method="setElementClass"><value>top-container</value></action>
            <block type="core/template" name="pageHeader" template="page/html/topcontainer.phtml">
                <block type="core/template" name="page.header" template="page/html/page_header.phtml"/>
                <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
            </block>
        </block>

这个块排列整个主页。我需要在此列表中添加另一个块。这是从管理面板中的CMS块读取的。我怎样才能找到来源。

1 个答案:

答案 0 :(得分:0)

使用此代码,您可以从管理员面板中的CMS块中读取名称联系人。

<reference name="left">
<block type="cms/block" name="contact" before="-">
    <action method="setBlockId"><block_id>contact</block_id></action>
</block>
</reference>