码迷,mamicode.com
首页 > 其他好文 > 详细

magento如何改变首页的布局

时间:2014-08-18 09:11:53      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:des   文件   html   htm   ef   on   type   app   

打开MAGENTO_INSTALLED_DIR/app/design/frontend/default/default/layout/page.xml
找到名字为‘root‘的block定义
<block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">

更改为
<block type="page/html" name="root" output="toHtml" template="<your layout file>">

template处指定你定制的layout模板文件

magento如何改变首页的布局,布布扣,bubuko.com

magento如何改变首页的布局

标签:des   文件   html   htm   ef   on   type   app   

原文地址:http://www.cnblogs.com/focai/p/3918722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!