function quicktabs_theme in Quick Tabs 6
Same name and namespace in other branches
- 8.3 quicktabs.module \quicktabs_theme()
- 6.3 quicktabs.module \quicktabs_theme()
- 6.2 quicktabs.module \quicktabs_theme()
- 7.3 quicktabs.module \quicktabs_theme()
- 7.2 quicktabs.module \quicktabs_theme()
File
- ./
quicktabs.module, line 21
Code
function quicktabs_theme() {
return array(
'quicktabs_settings' => array(
'arguments' => array(
'form' => NULL,
),
),
'quicktabs_preview_page' => array(
'arguments' => array(),
),
'qt_tabs' => array(
'arguments' => array(
'form' => NULL,
),
),
'quicktabs_block' => array(
'arguments' => array(
'block',
'title' => TRUE,
),
),
'quicktabs_tabs' => array(
'arguments' => array(
'tabs',
),
),
);
}