I am in a situation where I need a different default.aspx page for each skin. I thought about creating an entry default.aspx and determining the current skin, redirecting to the skin's default.aspx. However, I can't figure out how to determine programmatically (in the code-behind) what the current skin id is.
Has anyone done this, or can someone point me in the right direction to do this, please?
Thanks in advance...