On Fri, Feb 29, 2008 at 8:33 PM, Roan Kattouw roan.kattouw@home.nl wrote:
I may be completely off here, just thinking out loud:
Not passing a useskin parameter doesn't mean the user doesn't want a skin, it means they want their default skin.
Roan Kattouw (Catrope)
Correct. But the default skin is already served before this line is run. If no useskin parameter is provided, the CSS returned by that call is only a one-liner, with style pertaining A tag, which can be handled through a shared library.
Oh, and if we need a new CSS imported if a useskin parameter exists, why do we import it (with one line of information) when there is no useskin parameter?! A simple "if" can decide when to add a new @import, can't it?
I think (and hope) I'm missing something obvious here.
Hojjat