You are here

function og_menu_theme in Organic Groups Menu (OG Menu) 7.3

Same name and namespace in other branches
  1. 8 og_menu.module \og_menu_theme()
  2. 6.2 og_menu.module \og_menu_theme()
  3. 6 og_menu.module \og_menu_theme()
  4. 7.2 og_menu.module \og_menu_theme()

Implements hook_theme().

File

./og_menu.module, line 223
Integrates Menu with Organic Groups. Lots of menu forms duplication in OG context.

Code

function og_menu_theme() {
  return array(
    'og_menu_menu_overview_form' => array(
      'file' => 'og_menu.pages.inc',
      'render element' => 'form',
    ),
  );
}