function panopoly_widgets_theme in Panopoly Widgets 7
Implements hook_theme().
File
- ./
panopoly_widgets.module, line 504  
Code
function panopoly_widgets_theme($existing, $type, $theme, $path) {
  return array(
    'panopoly_spotlight_wrapper' => array(
      'render element' => 'element',
    ),
    'panopoly_spotlight_view' => array(
      'render element' => 'element',
    ),
  );
}