How do I automatically load options defined in system.xml when the theme is changed in the admin panel?

0

I want my module to be well positioned in 2 themes: RWD and Default.

How do I set this in system.xml of it?

In the case of RWD package options are already working and everything, but when admin changes theme from: "RWD" to: "Default" I want it to load the ONLY options of the Default theme and hide those from the "RWD"!

In my module's config within the System > configuration > Company: Module (CONFIG, to open the options) and to upload the exclusive options that I will make for this theme. How to do this?

OBs: magento version 1.9.1

    
asked by anonymous 12.02.2015 / 06:56

1 answer

0

I have already solved ..... in the case the problem is that the custom module works for a theme X, beauty, to work on another theme it is necessary to recreate the configs and subfolders within the other theme .... in my case : copy the .xml from the app / design / frontend / rwd / default / layout to app / design / frontend / base / default / layout folder module. Thanks!

    
13.02.2015 / 04:03