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

2010-04-01 Thread Javier Garcia
Thanks Michal, but it doesn't work either.. Javi On Apr 1, 11:21 am, Michał Piotrowski mkkp...@gmail.com wrote: 2010/4/1 Javier Garcia tirengar...@gmail.com: Hi, i have this line below in frontend/config/view.yml: stylesheets:    [main.css] The rules of that file are applied to the

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

2010-04-01 Thread Michał Piotrowski
2010/4/1 Javier Garcia tirengar...@gmail.com: Thanks Michal, but it doesn't work either.. I customized this way three sfDoctrineGuard plugins for my project. It works fine here. ls -R apps/frontend/modules/sfGuardAuth/ apps/frontend/modules/sfGuardAuth/: actions lib templates

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

2010-04-01 Thread Michał Piotrowski
W dniu 1 kwietnia 2010 12:34 użytkownik Michał Piotrowski mkkp...@gmail.com napisał: 2010/4/1 Javier Garcia tirengar...@gmail.com: Thanks Michal, but it doesn't work either.. I customized this way three sfDoctrineGuard plugins for my project. It works fine here. ls -R

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

2010-04-01 Thread Javier Garcia
Yes you're right, but that doesn't resolve my problem. I will change my question: In signinSuccess.php (doesn't matter the place) i have this lines: ?php use_stylesheet('main.css') ? link rel=stylesheet type=text/css href=/css/main.css The first one doesn't includes 'main.css' in