我在我的自定义主题包中创建了page/23columns.phtml文件和local.xml,名为hew.现在,我想将magento中"主页"的根模板分配给这个23columns模板,但是它不起作用......这是我的local.xml
<?xml version="1.0"?>
<layout>
<default>
…
</default>
<!--Home Page-->
<cms_index_index>
<reference name="root">
<action method="setTemplate">
<template>page/23columns.phtml</template>
</action>
</reference>
</cms_index_index>
</layout>
Run Code Online (Sandbox Code Playgroud)
缓存已禁用,所有其他local.xml更改都可以正常运行...
任何建议?
| 归档时间: |
|
| 查看次数: |
648 次 |
| 最近记录: |