Skip to content
Snippets Groups Projects
Commit a41cdc94 authored by Earl Miles's avatar Earl Miles
Browse files

#427666: Provide the right theme path so Views can display the...

#427666: Provide the right theme path so Views can display the views-view.tpl.php template for the panel pane.
parent fcd9b875
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment