Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Magento 下开发了一个新模块,效果很好。我设计了一个新的 adminhtml 主题,但是我找不到从哪里激活它。我浏览了所有后端,发现只有 [design change] 改变了商店主题..
有没有办法告诉 Magento 使用我的主题?
在模块的etc文件夹下的config.xml中,添加以下内容
<stores> <admin> <design> <package> <name>NameSpace</name> </package> <theme> <default>theme</default> </theme> </design> </admin> </stores>
假设您在app/design/adminhtml/NameSpace/theme下创建了主题