Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.12
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 22:07 UTC
Updated:
9 Feb 2012 at 21:21 UTC
How do I set a View to display in a different theme (I'm using Seven as my admin theme and this is the theme I want to use for a few particular views). I searched, but couldn't find an answer. Sorry if this is a repost.
Comments
Comment #1
lynnmart881 commentedComment #2
merlinofchaos commentedViews doesn't have any inherent ability to set a theme.
You can implement hook_init() in a module and do something like this:
Comment #4
OnkelTem commentedFor Drupal 7:
p.s. Adding this here, since there are links to this page.