array( 'quicktabs' => array( 'title' => t('Quicktabs'), 'help' => t('Display view in Quicktabs.'), 'handler' => 'quicktabs_style_plugin', 'path' => "$path/includes", 'theme' => 'quicktabs_view', 'uses row plugin' => TRUE, 'uses options' => TRUE, 'type' => 'normal', ), ), ); } function theme_quicktabs_views_render($view, $tabs, $qtid) { foreach ($tabs as $index => $tab) { if (is_array($tab['content'])) { $text = ''; foreach ($tabs[$index]['content'] as $content) { $text .= '