Re: [symfony-users] Stylesheets issue

2010-11-02 Thread Martin Ibarra Cervantes
in your module->config->view.yml you can put the .css for this module. On Tue, Nov 2, 2010 at 3:23 PM, Gábor Fási wrote: > You're looking for `use_stylesheet()`. `include_stylesheets()` outputs > the tags for all the css files in your view.yml and > `use_stylesheet()` calls. > > On Tue, Nov 2,

Re: [symfony-users] Stylesheets issue

2010-11-02 Thread Gábor Fási
You're looking for `use_stylesheet()`. `include_stylesheets()` outputs the tags for all the css files in your view.yml and `use_stylesheet()` calls. On Tue, Nov 2, 2010 at 23:18, xpanshun wrote: > Hi all, > > It seems that my pages only want to use the main.css stylesheet even > though I have th

Re: [symfony-users] Stylesheets issue

2010-11-02 Thread Alex Pilon
What does your view.yml file look like? Have you cleared the cache? (symfony cc) On Tue, Nov 2, 2010 at 18:18, xpanshun wrote: > Hi all, > > It seems that my pages only want to use the main.css stylesheet even > though I have the line in them. What > could be wrong here? > > Thanks. > > -- > If