Magento更改默认列布局

时间:2013-07-10 15:28:14

标签: magento

好的我已经检查了包括这里的所有地方,每个人的答案正是我写下来的所以我不知道为什么它不起作用。 除了配置之外我清除了Magento的缓存..

这是我在local.xml文件中的内容:

<layout>
    <default>
        <!-- Remove callouts and rarely used stuff -->
        <remove name="right.poll" />
        <remove name="right.permanent.callout" />

        <remove name="left.permanent.callout" />
            <!-- Add the local stylesheet -->

            <reference name="root">
                <action method="setTemplate"><template>page/1column.phtml</template></action>
            </reference>
    </default>
</layout>

我删除了我写过的其他css内容,因为我唯一关心的是根引用。 我的目录看起来像:

  • 简单化
    • 布局
      • 那个local.xml
    • 模板
        • HTML
          • footer.phtml
          • header.phtml
          • 等(所有其他布局子项)
        • 1column.phtml

我究竟做错了什么?当我试图让它使用1列时,它仍然使用2列布局..

编辑:

对于页面上有兴趣的人,这是页面: http://magento.neofill.com/magento/

你会想到在默认情况下编辑local.xml后会影响所有页面吗?我不知道我做错了什么。我一直在寻找,一切都是我拥有它的方式。它应该工作,但是如果你查看源代码,你会看到它在这里使用2列布局:

<div class="main-container col2-right-layout">

0 个答案:

没有答案