首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Magento依据不同的浏览器自动切换package或 theme

2012-12-25 
Magento根据不同的浏览器自动切换package或 theme在后台设置中:System Configuration Design切换Packa

Magento根据不同的浏览器自动切换package或 theme
在后台设置中:

System > Configuration > Design

切换Package:

在Package设定里面:
添加 exception:
Matched expression: iPhone|iPod
Value: (新建的package名字,如mobile, /magento/app/design/frontend/mobile)

如果要自动切换Theme:

在Themes设定里面:
添加 exception:
Matched expression: iPhone|iPod
Value: (新建的theme名字,如mobile, /magento/app/design/frontend/default/mobile)

热点排行