[symfony-users] Re: How to include a js tag from a plugin on the main layout?

2009-07-20 Thread fahmi
or you can make your own custom common filter to suit for your need fahmi On Jul 17, 10:16 pm, Richtermeister nex...@gmail.com wrote: Use the use_stylesheet(mystyle, first); helper. It's good practice to include your style NOT last, so that the project can still override it. Daniel On

[symfony-users] Re: How to include a js tag from a plugin on the main layout?

2009-07-17 Thread Richtermeister
Use the use_stylesheet(mystyle, first); helper. It's good practice to include your style NOT last, so that the project can still override it. Daniel On Jul 16, 7:20 am, Bruno Reis bruno.p.r...@gmail.com wrote: Hi there, Is there a way to include a specific js in the main layout from

[symfony-users] Re: How to include a js tag from a plugin on the main layout?

2009-07-16 Thread Bruno Reis
Thanks Eno, thats a good approach, but my layout should have the placeholder and so I have to alter the layout. I was thinking about something using the ?php include_http_metas() ? of ?php include_metas() ? tags... 2009/7/16 Eno symb...@gmail.com: On Thu, 16 Jul 2009, Bruno Reis wrote: Is