From a41cdc9454b3ca19d7cc1dd76117791a243df975 Mon Sep 17 00:00:00 2001 From: Earl Miles <merlin@logrus.com> Date: Thu, 30 Apr 2009 22:37:52 +0000 Subject: [PATCH] #427666: Provide the right theme path so Views can display the views-view.tpl.php template for the panel pane. --- views_content/plugins/views/views_content.views.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/views_content/plugins/views/views_content.views.inc b/views_content/plugins/views/views_content.views.inc index 9887a9f7..10392462 100644 --- a/views_content/plugins/views/views_content.views.inc +++ b/views_content/plugins/views/views_content.views.inc @@ -17,6 +17,7 @@ function views_content_views_plugins() { 'help' => t('Is available as content for a panel or dashboard display.'), 'handler' => 'views_content_plugin_display_panel_pane', 'path' => drupal_get_path('module', 'views_content') . '/plugins/views', + 'theme path' => drupal_get_path('module', 'views') . '/theme', 'theme' => 'views_view', 'use ajax' => TRUE, 'use pager' => TRUE, -- GitLab