By hcabalic on
I'd like to be able to show a different front page on a different theme.
For example, I have Zen Theme and Mobile Theme. I want Zen Theme (desktop website) to use node/4 as the front page, but I want Mobile Theme (mobile website) to use node/6 as the front page.
Comments
I think you could use the
I think you could use the same test you use for switching themes and do a node_load() for the node you want and then spit that out.