You are here

function panels_tabs_theme in Panels Tabs 6

Implementation of hook_theme()

File

./panels_tabs.module, line 90
Definition of the 'tabs' panel style.

Code

function panels_tabs_theme() {
  return array(
    'panels_tabs_title' => array(
      'arguments' => array(
        'title' => NULL,
      ),
    ),
  );
}