You are here

function field_group_easy_responsive_tabs_theme in Field Group: Easy Responsive Tabs to Accordion 7

Same name and namespace in other branches
  1. 8 field_group_easy_responsive_tabs.module \field_group_easy_responsive_tabs_theme()

Implements hook_theme().

File

./field_group_easy_responsive_tabs.module, line 47
Module file for the field_group_easy_responsive_tabs module.

Code

function field_group_easy_responsive_tabs_theme() {
  return array(
    'field_group_easy_responsive_tabs_nav' => array(
      'template' => 'templates/field-group-easy-responsive-tabs-nav',
      'variables' => array(
        'items' => array(),
        'group' => NULL,
      ),
    ),
  );
}