Report message:*
 

Re: How to use one concrete theme only for a module?

Subject: Re: How to use one concrete theme only for a module?
by skenow on 2012/5/21 12:12:09

Quote:


debianus wrote:

Yes, but it is a hard work and it seems strange that code is not working.

Better wait the great Boiler theme and its skins options.



To override the theme completely on a page or for a module, you'll have to do the logic in the theme - the way a site renders starts with the theme, then cascades down to the module and then to the blocks. When you change the theme_set in a block or module, the theme has already started rendering.