Removing stylesheets in symfony 1
Today I encountered a situation I've not encountered before: I have a project-wide stylesheet that should be used for everything, except one specific module that has different (brandable) stylesheets. I created a view.yml for this module with a different stylesheet, but of course the configuration files are merged so it doesn't actually overwrite the main stylesheet file. And this wasn't really what I needed here.
posted on April 27, 2011 - 3 comment(s) - tags: symfony, stylesheets, php, howto