Hmmm..... I managed to load the CSS style successfully in my brand new project "Hello World" with layout enabled, but seems something is wrong with my configurations. I believe this is NOT the correct way to load the CSS :
PHP Code:
<? $this->headLink()->appendStylesheet('/helloworld/public/css/screen.css', 'screen, projection'); ?>
<? $this->headLink()->appendStylesheet('/helloworld/public/css/ie.css', 'screen, projection', 'IE'); ?>
<? $this->headLink()->appendStylesheet('/helloworld/public/css/print.css', 'print'); ?>
<? $this->headLink()->appendStylesheet('/helloworld/public/css/main.css'); ?>
is it?
Bookmarks