Module works as advertised, but I was wondering if it is possible to add a feature ( or configure a setting ) to allow a similar function against views?
For example, I am using this module because my theme has two different 'looks'. One page template is a two column layout and one is a single column layout. With this module it becomes very easy to specify which page template file I want for whatever content.
However, I have now created a view that lists content in a grid-like fashion. I would like to be able to specify my 'single-column' page template for displaying that view. The view is not a node, however, so there is no place to specify this.
Does anyone have a suggestion on how to accomplish that?
Comments
Comment #1
DenRaf commentedFor a page view you are better of using the context module. With that you can change your template based on the path.
Comment #2
meecect commentedThanks for the response, however, I don't see where in the context module I can change a template file. Perhaps I'm missing something?
Comment #3
djmy commentedI would also like to know how to do this as well. I am having the same issue.