diff --git a/views_content/plugins/views/views_content.views.inc b/views_content/plugins/views/views_content.views.inc
index 9887a9f7db9200b440644a03db8a7d827f346b17..10392462f7cb8499eb443e1720239e74cfed0b6c 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,