You are here

function menu_editor_theme in Menu Editor 7

Same name and namespace in other branches
  1. 6.3 menu_editor.module \menu_editor_theme()
  2. 6 menu_editor.module \menu_editor_theme()
  3. 6.2 menu_editor.module \menu_editor_theme()

Implements hook_theme().

Return value

array[]

File

./menu_editor.module, line 70

Code

function menu_editor_theme() {
  return array(
    'menu_editor_overview_form' => array(
      'file' => 'menu_editor.admin.inc',
      'render element' => 'form',
    ),
  );
}