Symfony: associating a stylesheet to a template of a plugin

Posted by user248959 on Stack Overflow See other posts from Stack Overflow or by user248959
Published on 2010-04-01T09:21:09Z Indexed on 2010/04/01 9:23 UTC
Read the original article Hit count: 303

Filed under:

Hi,

i have this line below in frontend/config/view.yml:

stylesheets: [main.css]

The rules of that file are applied to the templates of the modules of frontend, but no to the templates of sfDoctrineGuardPlugin.

Even if i write at the beginning of the template it doesn't work..

What should i do?

Javi

© Stack Overflow or respective owner

Related posts about symfony