You are here

function theme_quicktabs in Quick Tabs 6.3

Same name and namespace in other branches
  1. 6.2 quicktabs.module \theme_quicktabs()
  2. 7.2 quicktabs.module \theme_quicktabs()

Theme function to output quicktabs.

4 theme calls to theme_quicktabs()
quicktabs_block in ./quicktabs.module
Implementation of hook_block().
quicktabs_render_tabpage in ./quicktabs.module
Render quicktabs tabpage.
theme_quicktabs_settings in includes/admin.inc
Theme function for quicktabs settings page.
theme_quicktabs_views_render in includes/quicktabs.views.inc

File

./quicktabs.module, line 350

Code

function theme_quicktabs($quicktabs) {
  return quicktabs_render($quicktabs);
}