You are here

function enterprise_base_theme in Enterprise Base 7

Implements hook_theme().

File

./enterprise_base.module, line 49

Code

function enterprise_base_theme() {
  return array(
    // Theme functions in widget.module.
    // Theme functions in widget.admin.inc.
    'enterprise_base_apps_structures_list' => array(
      'variables' => array(
        'apps_structures' => NULL,
      ),
    ),
  );
}