Page 1 of 1

(Solved) Assign CSS to a single page

Posted: Mon Mar 21, 2011 4:33 pm
by micahgodbolt
Is there a smarty tag or something that will allow me to associate a CMSMS stylesheet with individual pages. For things like shopping cart, listit, guestbook etc, I'd love to not have to make separate templates just to change css association.

I know I can just link a css file to the page via the page specific metadata (or even just put the code there), but I prefer keeping my css flexible with the cmsms stylesheet system.

/* Edit */

Found it....Duh. {csm_stylesheet} can be used to pull a single stylesheet instead of all the associated ones. Lets see if that works.