I need an after filter that will perform a query depending on what layout is chosen by the user for the current page.
Is there a way to see what layout is being used before the page is rendered?
Thanks.
|
I need an after filter that will perform a query depending on what layout is chosen by the user for the current page. Is there a way to see what layout is being used before the page is rendered? Thanks. |
||||
|
|
|
The You should probably follow an other way. If your query is tied to a specific layout, then create an helper containing the query and call the helper in your template. Otherwise, provide more context about your need and we can suggest a different approach. |
|||
|