You are here

function foundation_group_theme in ZURB Section 7.2

Same name and namespace in other branches
  1. 7.3 foundation_group.module \foundation_group_theme()
  2. 7 foundation_group.module \foundation_group_theme()

Implements hook_theme().

File

./foundation_group.module, line 15

Code

function foundation_group_theme() {
  return array(
    'foundation_section' => array(
      'template' => 'templates/foundation-section',
      'render element' => 'element',
    ),
  );
}