You are here

function quicktabs_theme in Quick Tabs 6

Same name and namespace in other branches
  1. 8.3 quicktabs.module \quicktabs_theme()
  2. 6.3 quicktabs.module \quicktabs_theme()
  3. 6.2 quicktabs.module \quicktabs_theme()
  4. 7.3 quicktabs.module \quicktabs_theme()
  5. 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',
      ),
    ),
  );
}