Page 1 of 1

how to use {static_stylesheet} - please help

Posted: Tue Oct 07, 2008 3:06 pm
by danilski
hey guys,

could anyone please provide step-by-step guide on using {static_stylesheet}? perhaps i'm missing something.

What I'm doing is this:
1) add static_stylesheet file to plugins directory
2) put {static_stylesheet} instead of {stylesheet} in template.

BUT in this case, the page does not load. When viewing source I see that php stops processing immediately before {static_stylesheet} tag...

Re: how to use {static_stylesheet} - please help

Posted: Tue Oct 07, 2008 3:18 pm
by Ziggywigged
Create a directory with the name "stylesheet" in the CMS Made Simple root directory and give write permission to the webserver (chmod 777).

You can find help in admin under Extensions > Tags > static_stylesheet

Re: how to use {static_stylesheet} - please help

Posted: Tue Oct 07, 2008 3:44 pm
by danilski
I did this exactly according to Extensions > Tags > static_stylesheet help,
however, the result is the same- the page stops loading just before {static_stylesheet} tag in my template file.