我正在尝试添加一个扩展我的默认布局的页面。我将内容放在 .phtml 文件中,然后像这样设置布局:
<layout version="0.1.0">
<customlanding_index_index>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
<block name="content" as="content" type="core/text_list" template="quantumco/customlanding/landing_page.phtml" />
</customlanding_index_index>
</layout>
不幸的是,这给我的只是没有内容的布局。我假设我错误地插入了内容块,但我不知道如何让它工作。