function og_menu_theme in Organic Groups Menu (OG Menu) 6
Same name and namespace in other branches
- 8 og_menu.module \og_menu_theme()
- 6.2 og_menu.module \og_menu_theme()
- 7.3 og_menu.module \og_menu_theme()
- 7.2 og_menu.module \og_menu_theme()
Implementation of hook_theme().
File
- ./
og_menu.module, line 116 - Integrates Menu with Organic Groups. Lots of menu forms duplication in OG context.
Code
function og_menu_theme($existing, $type, $theme, $path) {
return array(
'og_menu_node_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}