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,
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
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