In symfony 2, I want a particular environment to use a specific layout, and another to use a different layout.
What would be the best way to do this?
To clarify, let's say I have a prod_one environment and a prod_two environment. The prod_one environment must use some specific header on the displayed html pages, while the prod_two environment requires that these headers not be set.
Thanks!
source share