Quote Originally Posted by rstevenson View Post
You don't need to do any function calls. As stated above ZC will automatically load all stylesheets it finds in the current template's css folder. If you just need to add a few bits of CSS, you could more easily add them to the bottom of the main stylesheet.css file. Or you could, as you say, make a styles_mystyles.css stylesheet. But don't put any more in there than necessary to make your CSS mods.

Rob
ok, but I thought it would be a more elegant and probably efficient way to do that, instead of just entering the link, using Zen_href or other ZC php functions.

I know where the stylesheets go and please note mystylesheet.css is not the name of the real thing is just an example, I wanted to understand if there was a ZC way to write links inside the code. I supposed you can call a function using the override system and just wanted to know the syntax. All my css stylesheets are minimized, shrunk after they load.