OK, so here is my conundrum.
Im looking for a way to load (or not load) a stylesheet based on a setting.
So the setting is made (simple checkbox) and working. The simplest answer I had was to stick a simple "if" statement on the layout to load the css or not. But then I ran into an issue.
the optional stylesheet contains various theme settings elements. these were not being passed when pulled directly into the layout. Instead just showing up rendered as setting:themecolor
So, all you bright sparks, what is a better way to do this?
Julian