Quote Originally Posted by icecold View Post
I mean what functions I have to call, to replace that html?

That(the stylesheet mystyles.css), will be inside my template's css directory.
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