kentico_borisp
-
11/15/2011 5:54:52 AM
RE:Dynamically loading the CSS style sheet from File structure.
Hello,
We are setting the Page.Theme property in the PreInit(..) method according to the stylesheet:
... this.Page.Theme = csi.StylesheetName; ...
If you need to change this, you need to change this property in the PreInit method of the PortalTemplate.aspx.cs page according to your needs.
Best regards, Boris Pocatko
|