J
Jonas
Hi
I have created a web site that uses themes. After publishing the web site I
tried to change the theme in the web.config file, but nothing was changed.
After checking the published aspx files I noticed that the compiler had
added my compile time theme to the page directive of each file:
theme="Theme1" stylesheettheme="Theme1" %>
Is there any way that I can stop this behaviour? I would like to be able to
change the current theme in the web.config of each installation, without
needing to update each aspx file and without having to change my local
config file before compiling.
/Jonas
I have created a web site that uses themes. After publishing the web site I
tried to change the theme in the web.config file, but nothing was changed.
After checking the published aspx files I noticed that the compiler had
added my compile time theme to the page directive of each file:
theme="Theme1" stylesheettheme="Theme1" %>
Is there any way that I can stop this behaviour? I would like to be able to
change the current theme in the web.config of each installation, without
needing to update each aspx file and without having to change my local
config file before compiling.
/Jonas