Magento首页和其他页一样,在layout的文件中有相应的声明
当访问:
http://host/magento/时, 默认导向页实际上是http://host/magento/cms/index.
对应的layout文件声明文件是cms.xml
怎么样?这样彻底更改首页布局了吧?
当访问:
http://host/magento/时, 默认导向页实际上是http://host/magento/cms/index.
对应的layout文件声明文件是cms.xml
<cms_page>
<reference name="content">
<block type="cms/page" name="cms_page"/>
</reference>
</cms_page>
怎么样?这样彻底更改首页布局了吧?