From: Spiggy T. <sp...@vi...> - 2004-06-10 16:54:02
|
> I remembered Wendall's W3C theme, but that appears to just change the > stylesheet and not the layout. (Yes, unfortunately, they want a layout > change as well.) if your files are done right (no tables etc old skool stuff) you can change a whole lot by just changing the stylesheet. see examples at http://csszengarden.com/. but this requires quite a bit from the generated html output. > > Has anyone played around with this idea? I don't know if I could do > fancy things in the theme.php file to help achieve this for them. I was > just throwing this question out there to see if others have tried this > or know of how this is possible. i hacked together an example where you would use a different theme based on a module... but i am not sure if thats enough for you. basically just before displaying the tpl file you have a switch based on the current module to determine the right tpl file. spiggy -- Give a man a match, and he'll be warm for a minute, but set him on fire, and he'll be warm for the rest of his life. (Terry Pratchett) |