By raffij on
Hi,
I was able to use additional page templates so that I can have different banner or header graphics on specific web pages for our site. How can I do the same for pages that are just views? i tried using page-view.tpl.php and page-views.tpl.php
Comments
viewsurl
try page-viewsurl.tpl.php
DagNabit
This did not work for me.
I have a view at domain/?q=intellectual_property
I want this page and some other view pages like it to have two columns instead of 3. I created a file called page-intellectual_property.tpl.php which is the same as page.tpl.php except I deleted the call to the third column.
I cleared the cache using the site config >> performance page and still get 3 columns on this page.
Any clues as to how to get this to work would be much appreciated as I see myself needing to do this stuff more with static three column designs.