我在{mytheme} /layout/page.xml中包含了以下代码。但是,我的应用程序没有加载默认模板文件。我的代码中有什么问题。
请帮帮我。
<layout version="0.1.0">
<!-- Default layout, loads most of the pages -->
<default translate="label" module="page">
<label>All Pages</label>
<block type="page/html_head" name="head" as="head"></block>
<block type="page/html" name="root" output="toHtml" template="page/onecolumn.phtml">
<block type="core/text_list" name="content" as="content" translate="label">
<label>Main Content Area</label>
</block>
</block>
</default>
</layout>