Re: [symfony-users] Associating a stylesheet to a template of a plugin

2010-04-01 Thread Michał Piotrowski
2010/4/1 Javier Garcia : > 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

[symfony-users] Associating a stylesheet to a template of a plugin

2010-04-01 Thread Javier Garcia
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 sho