Magento目录页设置布局及添加新布局的方法

Magento目录页设置布局

在catalog.xml的<default>里添加

<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
<action method="setIsHandle"><applied>1</applied></action>
</reference>

就把Magento的目录布局从3列设成带左侧的两列了。

Magento添加新布局 方法:

在app/code/core/Mage/Page/etc/config.xml这个文件里的<global><page><layouts>里面添加

<new_columns module="page" translate="label">
<label>new column</label>
<template>page/new.phtml</template>
<layout_handle>page_new_columns</layout_handle>
</new_columns>

在后台选择布局的时候就多了new column这个选项。或者通过上面代码选择这个新布局。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值