You are here

function quicktabs_style_plugin::theme_functions in Quick Tabs 6.3

Same name and namespace in other branches
  1. 6.2 includes/quicktabs_style_plugin.inc \quicktabs_style_plugin::theme_functions()

File

includes/quicktabs_style_plugin.inc, line 146
Add Quicktabs style plugins to Views.

Class

quicktabs_style_plugin
Style plugin to display Quicktabs.

Code

function theme_functions() {
  return array(
    'quicktabs_view_render',
  );
}