I've got the latest CMSMS version (1.8.1) and I wanted to use the new feature {cms_stylesheet} that makes variables available in the CSS files using [[$my_variable]].
I have two different templates: one for the public pages (which are greenish), another one for the member pages (which are redish). So I thought I should just define my colors in the header of my templates and use them in the CSS files.
The problem is that the CSS files are not 'refreshed' if they do not change, whatever happens with the variables it contains. So unless I empty the cache in the admin board or add changes to the stylesheet, the color will stay green.
Callguy said that the tag will
a) process the stylesheets through smarty
b) write the processed database stylesheets the tmp/cache directlry
c) output tags to the cached files
I'm not sure what it means exactly, but I'm pretty sure that what I want to do is possible. It should be at least...
Where can I find info about how to use this {cms_stylesheet} ?
Cheers
